Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making Hidden Forms Stop Code

Status
Not open for further replies.

Hmadyson

Programmer
Mar 14, 2001
202
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top