I have a long-running application in Access 2003 that ran fine on Windows XP. It has lots of code and data references. I just moved to a Windows 7 Home Premium computer (64 bit), installed Access 2003 and the app mdb files.
1. Access 2003 runs fine for simple use (no code), just queries and reports.
2. My programmed app blows up. Here are two errors that occur in this sequence:
- Run-time error '70': Permission denied - The line of code:
SendKeys "{F4}"
- [a programmed error message saying that a variable contained improper contents]
The SendKeys "{F4}" is used to pop-up a menu.
Any ideas?