Hi
I have a form in which the use enters a batch number. On clicking Continue, the table is referenced to see whether the value exists or not. If it does then the user has the option to delete the row in the table.
The code I am using for the delete query is as follows:
DoCmd.RunSQL Delete...
Hi all
I have the code below in my on click event in a form. The append query referenced will not run and I am getting no error alert. When I then go to the database window and manually double clik the query it works with no problems.
My call for the query is simply:
DoCmd.OpenQuery...
Hi all
I have a module written to import a text file into my access database. The name of the text file will change about every 3 days or so and is not predictable. I need the user to enter the name of the new file on my form such that my module can then read the name and open it.
Can anyone...
Hi all
I have a table with 13 columns. Column 1 is my primary ID. The other twelve columns are all weights measured against the primary ID.
I need to create a query to count against each primary ID, the number of weights that meet a certain criteria. I can create the SQL for the count for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.