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...
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...