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

Waiting for a form to close before

Status
Not open for further replies.

MrSandman666

Programmer
Feb 5, 2001
54
DE
My problem looks like this:
I have a form with a listbox that contains teh data of a table. Now I open a form("AddNew") to add a new entry to that very table. I want to update the listbox automaticaly when my AddNew form closes. Ho wdo I do that? After I open the AddNew form in a function with DoCmd.Open, that function keeps running. How can I make it wait for the form to close?
 
open your form as acDialog (its part of the DoCmd.OpenForm statement)

PaulF
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top