HELP!!!! Expression: On Timer problem

CeCe

Registered User.
Local time
Today, 12:03
Joined
Oct 26, 2010
Messages
14
I am receiving an error.... It reads
The expression On Timer you entered as the event property setting produced the following error: Permission denied.

1. I do not have an event in the On Timer.
2. It has been working for approx 1 1/2 yrs with no problem and all of a sudden I am getting this error.

It's driving me crazy!!!:banghead: Please help.
 
Go to the VBA Window and to DEBUG > COMPILE and see if it takes you to an error. Fix that error and repeat until there are no more errors. If that doesn't work then make a copy as a backup, do a DECOMPILE on it (see here for how: http://www.granite.ab.ca/access/decompile.htm ) and then do a compact and repair. If that doesn't work, try importing (not copying and pasting but IMPORTING) everything into a brand new database shell.
 
You don't say what version of Access. However, I might check for a broken reference that is causing the timer routines to not work correctly. Have you patched your system lately?
 

Users who are viewing this thread

Back
Top Bottom