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 "qryAppStoredBatchesTable"
Thanks
OM
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 "qryAppStoredBatchesTable"
Thanks
OM