I don't know whether or not what I want to do is feasible. But, I have a module that runs some action queries using the CurrentDb.Execute method. While that module is running I also have a form with a sub in its On Timer event that updates some controls on the form. The problem is when the Execute statements are running the form stops updating. Is there any way I can allocate some memory to the On Timer sub so that the form continues to update while the action queries are running?
~Abby
~Abby