multi-thread in MS Access, async processing
- by LanguaFlash
I know that title sounds crazy but here is my situation.
After a certain user event I need to update a couple tables that are "unrelated" to what the user is currently doing. Currently this takes a couple seconds to execute and causes the user a certain amount of frustration. Is there a way to perform my update in a second process or in a manner that doesn't "freeze" the UI of my app while it is processing?
Thanks