Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running in Background

Status
Not open for further replies.

arryb

Programmer
Oct 27, 2003
27
GB
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
 
The concept you are asking about is called "Multi-Threading". Multi-threading is possible in Visual Basic (not easy to perform). I do not know if it is possible using Access.

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top