How do I test to see if a form is open before I requery it with VB? When a user clicks a "Save" button on a certain form, I would like to requery another form if it is open.
Just use docmd.OpenForm("<form_name>") -- it will automatically use the open instance of the form by default. The tricky part is if you want it to open a different copy.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.