Search results

  1. W

    Access 2007 with Windows 8 Runtime Error 2486

    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...
  2. W

    Access 2007 with Windows 8 Runtime Error 2486

    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...
  3. W

    Quotation Marks With DCount and Multiple Parameters

    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 = " & _...
Back
Top Bottom