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

Refreshing list box after 2 popup forms

Status
Not open for further replies.

Chrisbi

Technical User
Nov 27, 2002
26
US
I have a master 'Case' form with a list box for individuals in case. When you click on cmdAddInd button, you go to popup form that allows you to add ind from other case or add a new ind... Once selection is made, clock on 'Add' button & goes to popAdultNew to enter info...

Sequence:
cmdAddAdult->popAdults->popAdultNew

What I want to do is requery the lstAdults in frmCaseComp after popAdultNew is closed. I can do this OK if only 1 popup is used (set acDialog to open form & follow with lstAdults.requery). But I can't figure out how to do it when data is updated 2 popups away.

Thanks for any help you can give me...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top