I know that I can open a form in acDialog mode and it will stop the code until the current form is hidden or closed. I have a large form that takes a long time to load, so I want it to always be open. Unfortunately, I need to unhide it and have the code stop. I am having a hard time with this.
How do I get the code to stop after I do forms("XXX"
.visible=true?
How do I get the code to stop after I do forms("XXX"