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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running large process

Status
Not open for further replies.

ruyeno22

Programmer
Aug 14, 2001
19
PA
Hello:

In my access 2000 database i run a code that actually populates an entire database.

The problem that i have is that that process involves a lot of code that performs querys, selects and updates.

i create an entire year schedule.

the problem that i have is that running my "process" freezes access. i can work in other applications, but i cannot return to access until it is finished.

any ideas on how to stop this from happenning???

 
Try inserting DoEvents between each process.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top