tkpstock
Cubicle Warrior
- Local time
- Today, 02:09
- Joined
- Feb 25, 2005
- Messages
- 206
I am pulling data out of a Sybase database (which is taking a couple of minutes). As I do this, I pop-up a custom form that tells the user to "Please Wait" (I use this form to show progress in many applications - it has custom properties, etc). The problem is that while the computer is attempting to access the Sybase, all other actions shut down - I can't show any progress, change any displays, etc. while that code is running. When I use the Timer event, even that event doesn't fire while the code is running (I set a label to increment every second during the query and repainted the form each time, but still it stopped during code execution).
Is there a way around this? Is there any true multi-threading in Access?
Is there a way around this? Is there any true multi-threading in Access?