R
Robgould
Guest
I have a question. I have been using access for a couple years now and have written quite a bit of VBA code in that time, but it is all one type of code. Event driven and linear. By that I mean that in response to some evenet code is executed and no other event or activity can occur until that code has completed running. If the code takes a long time, the user has to wait.
Is there a way to seperate the code from the user experience? Can you write code in a way that allows it to run in the background while the user contines their acitivities?
One idea I had was to replicate the database then proceed with code while the user works with the relicated copy. Don't know if this is possible or not.
But even thinking that through, I don't know how I would make code run without the user having to wait for it.
Any help would be greatly appreciated. Thanks.
Is there a way to seperate the code from the user experience? Can you write code in a way that allows it to run in the background while the user contines their acitivities?
One idea I had was to replicate the database then proceed with code while the user works with the relicated copy. Don't know if this is possible or not.
But even thinking that through, I don't know how I would make code run without the user having to wait for it.
Any help would be greatly appreciated. Thanks.