G
Guest
Hi
I've been running this Access 2000 code for a few years with no problems. Now when I run it it gets stuck on a piece of code that runs an append query and I get the message 'invalid argument'. I know this is bogus and I do have SR-1 installed
After that the code gets stuck in a different place with the same error - it did not get stuck in this place the first time so again something weird is going on. Can someone tell me the cause and solution for this? I have tried changing the query around but nothing work
The code is
DoCmd.RunSQL "insert into tblbillingsreporttemp select * from tblbillingsreport
Thanks
I've been running this Access 2000 code for a few years with no problems. Now when I run it it gets stuck on a piece of code that runs an append query and I get the message 'invalid argument'. I know this is bogus and I do have SR-1 installed
After that the code gets stuck in a different place with the same error - it did not get stuck in this place the first time so again something weird is going on. Can someone tell me the cause and solution for this? I have tried changing the query around but nothing work
The code is
DoCmd.RunSQL "insert into tblbillingsreporttemp select * from tblbillingsreport
Thanks