Microsoft Access is a rapid application database development and reporting tool.
0
votes
1answer
34 views
How to Loop from two tables
i'm stuck on my project, i want to loop from two tables but its not working.
i have two recordset named RSlecture and RSques.
RSlecture contains subject and teacher column and rest of the data is ...
0
votes
1answer
32 views
MS Access List Box multiple value selection
I have created form based on query output. I had used 3 combobox and one list box. 1st combo box gives me list of Dept, selection of dept on 2nd gives me location of that dept (distinct), the 3rd ...
0
votes
1answer
34 views
SQL query to show updated account balances
I have two tables, [Party] and [Invoice], in an Access database. I want to summarize all party balances. Here is my query so far:
select
Party.AccountCode,
Party.AccountDescription,
...
1
vote
2answers
35 views
DataSet coming as Empty
I have a method called searchDB that search the database according to keyword typed by user.
I am storing the search results in DataSet. This method search in only one column.
public ...
-1
votes
2answers
27 views
How can I get ALL records with criteria?
I'm having a tough time with this Access SQL... I would like ALL active CustomerIDs to appear, whether the OrderDate matches or not, and I can't figure out what I'm doing wrong.
SELECT
...
0
votes
2answers
21 views
How to insert textbox value to Microsoft Access query?
I need to run a ms access query where the query will get value from the text box.
I have the following query for web application.
string sql = "SELECT [identifier] WHERE [identifier] LIKE '*name*'";
...
0
votes
2answers
29 views
MS ACCESS Query with sub queries
I need your help to create two queries for MS Access Database that I can run from VB6. Here is my Table Schema of the tables (ORDER, AMC, Customer)
Table 1: Order
Order_ID
Order_Date
Customer_ID
...
1
vote
1answer
33 views
How should I specify an item in a checkbox list, when using the dom?
I am currently automating use of the wordpress editor using VBA in access 2003, but would like to extend the automation to include the selection of category, taxonomy items etc.
That is with Checkbox ...
0
votes
1answer
24 views
how to access DB retrieved data out of Recordset in javascript
HTML <--------JavaScript-----------> MS Access.
In my below DB connection, I can access DB retrieved data with in Recordset.
But I cant access values out of rs.
var cn_dub = new ...
1
vote
3answers
31 views
Access report, populate label with results of query
I have, what I think, is a pretty basic Access file, with a report. The report is based off a query. The query is:
SELECT * FROM dbo_NewPatient WHERE id=[Patient to view];
This works good, and ...
0
votes
1answer
24 views
Trouble outputting a recordset value with fieldname a reserved word in VBA
In vba, I've created a recordset called 'rs' that includes a field named "EmployeeName" and another named "Position". If I execute
ThisWorkbook.Worksheets("Contact").Cells(row, 1) = ...
1
vote
3answers
21 views
where condition with data in access
I want to use date in a where clause. I am building where clause such as this:
WhereCondition = WhereCondition + "DOB =" + DOB.value
DoCmd.OpenForm "InputForm", , , WhereCondition
DOB is a textbox ...
0
votes
4answers
66 views
How to match numbers that are present between ] and [?
How do I match numbers that are present between ] and [ (not [ and ])?
EDIT-1
In other words, I want to extract those rows where I have a number between ] and [.
My table looks like this...
ID1 ...
1
vote
0answers
54 views
VBA PasteSpecial does Partial Paste
I currently have a loop running which selects a range, copies and then pastes the values in the required columns:
Set wks6 = wkb.Sheets.Add
With wks6
Dim rstCP As Recordset
Dim firstCP As ...
1
vote
2answers
44 views
Error in SQL query expression
I´m trying to run the following SQL code on access 2010, but it returns syntax error in query expression. Any ideas what could be causing it?
Thanks in advance.
DELETE FROM Trn_done
WHERE ...
1
vote
5answers
30 views
Possible to put today's date as an alias?
I am trying to call an access function in the alias. But it is not possible, it takes it as a literal. Is there a way to put today's date in an alias? AS Date() obviously doesn't work.
thanks
For ...
0
votes
2answers
30 views
Exporting data from Access to an Excel Spreadsheet
I'm designing an app that helps record data since currently it's done with paper and then typed into Excel at the end of the month. Now, I've made it through all of the app design and am working on ...
3
votes
3answers
52 views
MS Access complex grouping and sum
I have a difficult access question I seem to be stuck on. My data is like the table below, each person has a start and end date and the time in days between the two. What I am trying to do is add ...
1
vote
1answer
32 views
Access VBA Open all records on new form, but show specified record
I have a form with ID numbers, and buttons that are supposed to open up another form with the relating record. In addition to that specific record being shown, i need all of the records to be opened ...
0
votes
1answer
32 views
How to retrieve data from multiple selected rows in a table?
I am using MS Access 2007. I have a form that has inserted a subform. The subform appears essentially as a grid of rows and columns of data, with each row representing a record in a table.
I have a ...
0
votes
2answers
31 views
Forcing data entry in order
I have a sql server database with ms access frontend.
I want to force data to be entered in a particular table in order.
eg I can only enter id = 2 after id = 1 has been added and I can only add id ...
0
votes
1answer
24 views
Only one report on one page being generated with crystal Reports for Visual Studio 2012?
I am using C# and Microsoft Access 2012.
I have developed an application which is connected to a MS Access Database. I use it to generate ID cards of users stored in a table in the database. The path ...
0
votes
2answers
21 views
Refresh form from subform event handler
I seem to be having a problem that looks an awful lot like it could be a bug in MS Access. I have a form which enumerates all the rows in a table and lets you edit them in a subform. Upon clicking ...
1
vote
1answer
43 views
How to show mdb(access) file fields(Include utf8(arabic persian) charactrers) with php?
I have an access(.mdb) file include Arabic or Persian characters.
and I need to use from it in php or import it to MySQL.
but it shows ???? instead of utf8 word.
this is my code:
$conn = new ...
0
votes
1answer
25 views
Show one row at a time from access database using ASP Classic
I need help with my asp project,
There is a loop in my page where only one row from a table is looping through the whole page, instead i want to show only one row then i want to add a button / link ...
2
votes
1answer
41 views
Cannot reference alias of aggregate function in where clause of subquery
I'm having problems with this select statement:
SELECT
field1,
MIN(field2) AS MinOfField2,
(SELECT id FROM table2 WHERE something = MinOfField2) AS table2_id
FROM table1
GROUP BY field1
When ...
0
votes
1answer
29 views
Display a table side-by-side dependent on a column
I have a cash book table with the following fields: voucherNo, VoucherType, VoucherDate, Particular, Debit, Credit.
I want to separate records based on voucher type as per the below image. What query ...
0
votes
0answers
27 views
MS Access OpenRecordset - no current record
After doing this:
Set rts = dbs.OpenRecordset(strSQL, dbOpenDynaset, dbSeeChanges)
It always sees my RecordCount = 0. However, it is wrong and even updates the results on my form, but my recordset ...
-3
votes
1answer
28 views
Import a range of cells from an Excel file into MySQL [closed]
I have some Excel files and every end of month I will have those Excel files to calculate expenses and revenues. The issue is that the accounting department sends me Excel files that are is too much ...
1
vote
2answers
26 views
Asterisk in Access dataset causing error
I've never really done anything with Access before (though I have done a lot with MySQL and PHP), so this is sort of my first go. It's simple enough: two tables, tblShapes and tblExamples. They are ...
0
votes
2answers
30 views
Checking value of YES/NO datatype in Access
In one of of table, I have field that stores the value in YES/NO data type.
I am trying to check the value of the field using the following query but receiving error as shown in the picture below.
...
1
vote
1answer
23 views
How to convert, sort and save to CSV MS Access database .mdb file in Python
I tried researching the answer but was not able to find a good solution. I have files with strange extensions .res. I was told that they are MS Access files. Not sure if they are the same as .mdb but ...
0
votes
0answers
19 views
access 2013 drawing a graph from form parameters
I'm using acess 2013. I have a form that looks like this. startDate and endDate are both general date form.
I also have a query that get the dates from the above form and counts by catergory
...
1
vote
1answer
17 views
while rs edit update not working as expected
I have put together a procedure to cycle through a table containing paths to text files and import them into the database.
Reason for procedure:
The reason for this is I am building a back end to ...
2
votes
1answer
20 views
Find missing values, constrained by another value
I have two tables. Table1 contains unique account numbers, and unique account names. Table2 contains related account numbers to Table1's account numbers, but also another "parent" account number.
...
1
vote
1answer
13 views
How can I set an input mask property to a text filed of access database so that it will add leading zeros?
I have a table field of text data type. I want to set an input mask property so that it add leading zeros to make 12 digits number. say, Input: 1256
it will automatically converted as 000000001256
...
0
votes
1answer
16 views
How can I set a query result in a ComboBox in microsoft access?
I have a form where I added two combo Box named 'Pname' and 'CompanyNameComboBox'. When I change or update the value of 'Pname' then 'CompanyNameComboBox' will be populated with the following query ...
1
vote
1answer
19 views
Disable Record Navigation SHIFT+TAB in Access Form
I have form that loads as Data Entry = Yes and the navigation buttons are disabled. I'm trying to figure out how to make it to where a user cannot press SHIFT+TAB and go back through previously ...
1
vote
1answer
41 views
vba code not doing INSERT into database
I am very new to access. I was told that the way to do a database insert in access is with the CurrentDb object (as long as the table is in the same database, and it is in my case.) I made this code, ...
0
votes
1answer
16 views
Access 2007 - INSERT and instant SELECT doesn't retrieve the inserted data
I'm inserting a few rows in a table via OleDB, and select instantly the inserted row.
I can't retrieve the row in this way, i have to wait for approx. 3-5 seconds. And then the inserted row appears ...
2
votes
1answer
42 views
MS Access - Join tables where value is similar if only a LEFT function is used?
Can you join 2 tables if they look like this?
Table 1
Key_ID Item
1234.P User 123
4324.P User 234
5432.P User 345
Table 2
Key_ID Item
1234.J Computer ABC
4324.J Computer DEF
...
0
votes
1answer
13 views
Update Table with subform values
apologize for bad English grammar: it's a book sale database, I have some problems with update "inventory" field - from books (book_id, price, inventory) table - values in "sale" form, there is sub ...
0
votes
3answers
36 views
Syntax error (missing operator) in query expression (ms access)
I am trying to run this code to access however it is giving me this error. I check other sites with related problem and it state that I need to put a parenthesis if there is 2 more joins. I been ...
1
vote
3answers
35 views
convert years and weeks to date in sql msaccess
how to convert text to date in sql as listed below?
Y12-W01 to 20120102
Y12-W02 to 20120109
Y12-W03 to 20120116
and so on...
i use ms-access.
thank you in advance
regards.
0
votes
0answers
50 views
Storing array of values in one variable
This is My Code. I'm preparing a offline quiz system. This code shows multiple questions with there option field. Now in radio variable, currently it stores the option of question submitted by user ...
0
votes
2answers
28 views
Program change of row source induces rogue values
I have a combo-box on a form with:
ControlSource=Target Basis ---------- [A field in the form recordsource]
RowSource=Target Basis -------------- [A separate table of the same name]
...
1
vote
1answer
24 views
Why clicking in a report on a textbox garbages results?
Can anyone help, I don't know what's happening.
For the table that looks like this:
part value
BAC 102
BS1 275
MAV 425
BAC 519
BSF 653
BAC 1072
The result would be:
...
4
votes
4answers
64 views
Which SUB is calling this SUB
Does anyone out there know how to do a stack trace in access-vba. I'm trying to do something like:
Public Sub a()
Call c
End Sub
Public Sub b()
Call c
End Sub
Public Sub ...
0
votes
2answers
51 views
delete query on access database c#
I am creating an application with MS Access as back-end.
I am running delete query but it is not working
Code:
conchek.ConnectionString = ...
0
votes
1answer
11 views
Ms Access 2003 VBA. Random order of table recordset?
I open a recordset (A) and use record value to process some data, and write a new recordset (B), with record value from recordset (A) and data value returned from processing.
E.g
RS A RS B
...




