Background process in Visual Basic 6/VBA

G

Guest

I want to run a background process in VBA/Access. The process should loop
until a given form is found open, and then run another form. I created the
process but it does not run in the background. How can I run a VBA code as a
background process?
 
R

ruralguy via AccessMonster.com

AFAIK Access is single threaded so the only way I know of is to run your code
in a timer event of a form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top