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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pause while form executes 1

Status
Not open for further replies.

JBell

Programmer
Aug 9, 2001
7
0
0
US
I am totally blocked this morning. When executing code in a form I 'SHOW' another form and get user input then when I close the second form I want the orginal form to continue processing the rest of the code. When I "SHOW" the second window the code on the orginal form continues to execute. How can I pause for the Second form to close.
 
Show the second form as modal.
frmTwo.Show vbModal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top