
Originally Posted by
Micron
You don't say what the user is doing when the problem occurs. Maybe it's an API call that no longer works in Windows 10...
I believe Access 2007 is 32 bit. Is your version of Office 64 or 32 bit? I've read that you can run 64 bit Windows and 32 bit Office (actually, MS advises it) but I'm not sure Access 2007 32 bit will run in 64 bit Office as is. The simplest fix I read was to back up the db file, then compile it with a command line switch such as C:\Program Files\Microsoft Office\Office15\MSACCESS.EXE /decompile for example. You don't want any code to run during this operation, so this is not the same as opening the database in design mode and choosing the 'compile' option. You would have to figure out your path to Access executable.