Sandra Smith
asked on
When should I use DoEvents in Access 2003
I have a rather lengthy procedure in ACCESS 2003 and was wondering what the benefit would be of using a DoEvents. I do not understand the advantage - does thi sallow the user to do other things in other applications while the procedure is running? If the user does open other applicatoins, the ACCESS procedure simply bogs down and takes longer. This is inherited code and I am trying to streamline and make more efficient.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Excellent information and thank you for teaching me.
ASKER