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

Opening a form from another form 1

Status
Not open for further replies.

irethedo

Technical User
Feb 8, 2005
429
US
I have two forms that collect different data and when the button on one form is clicked it opens the second form but then it continues to process its code in the first form's button procedure...

Is there a way to open the second form and suspend the code of the first form until the second form is closed?

Due to how different these forms are I do not want to use a form and subform configuration

Thanks
 
You may use acDialog as 6th argument of the DoCmd.OpenForm method.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top