We have an Access Database that has been in Production for years.
All of a sudden this has started happening:
When you first open the database and run a Verify button that has code, it puts the users into the VB window with the line highlighted. However, there are no break points or stop statements.
The user hits the Run button on VB, and it will run. It never happens again that day day.
It happens to every user.
Why is it doing this??? It is very annoying for our users.
Thanks for any guidance
Can you post the code, and a screenshot of the VB error?
The usual things to try:
Run the compact and Repair utility
Create a new database and import all the objects
Decompile the database (http://www.fmsinc.com/microsoftaccess/performance/decompile.asp)
Make sure all the Updates and service packs are installed for Office and windows...
<All of a sudden this has started happening:>
Meaning absolutely nothing changed? (new OS, New office version, ...ect)
Is this for all users?
Is this for all databases?
JeffCoachman