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

Form Actions

Status
Not open for further replies.

Kib

Programmer
May 17, 2001
58
US
Hello,
I have form mnuMAIN that is open all the time. On clicking one button it pops up another form, and then when that is closed performs some functions. But it needs the new form to complete its tasks before continuing.
Right now it opens it up, and then tries to perform tasks, but gives errors because the new form isnt closed yet.
how can i make this work?
thanks.
Kib
 
Are you opening the new form as 'modal'? Try using the acDialog argument of DoCmd.OpenForm This will suspend your code until the new form is closed or hidden.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top