Running in background

Arry

Registered User.
Local time
Today, 22:39
Joined
Oct 24, 2003
Messages
31
I have a timeconsuming task that is intitiated at the click of a button by the user within my access 97 database. Is there any way of continuing to browse throught the database (forms etc)while the code is still running??

Any ideas!

Thanks Arry
 
You could have the code run on the Open event of a Form that you open in Hidden Mode. This should allow you to continue using the database.
 

Users who are viewing this thread

Back
Top Bottom