ChrisO
Registered User.
- Local time
- Tomorrow, 08:15
- Joined
- Apr 30, 2003
- Messages
- 3,202
I have never known a process to be interrupted just to service a timer event, even just holding a mouse button down stalls the timer. Most people have to resort to inserting a DoEvents to overcome those problems.
I prefer to look at the timer as something that Access will service if it has nothing else to do.
But it’s all just conjecture until we know what the process is.
I prefer to look at the timer as something that Access will service if it has nothing else to do.
But it’s all just conjecture until we know what the process is.