It is multiuser, but on a small scale. The table that is being deleted is a local temporary table that is part of the front end. The application works as written on all of the non-Windows 8 machines, which is what is baffling me.
I'll ask about the 32 vs 64 bit, though. I know she had to...
I am currently working on an Access 2007 application for a non-profit with a low budget.
I was just informed that they are having issues on two machines that they upgraded to Windows 8 from 7. I was not advised that there would be OS upgrades when the project was scoped and started.
They...
I generally split my SQL statements into separate strings when converting them to VBA. I have the declarations in a module as global variables.
For this, I would do:
strUPDATE = "UPDATE [Daily Status Update Table] "
strSET = "SET [Daily Status Update Table].NumberOfChases = " & _...