Help with Passing data back from popup to form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
On my form, when the user hit submit it validates the zip code and if more
than one city is returned it pops up a form with the list of cities in a list
box. The user then have to select one of the cities and click 'OK'. How do I
then update the underlying form (txtCity) with the correct city that was
selected in the popup?

Thanks
 
Excellent! I have one issue with it though, after it passes the value to the
main form ir also opens up another copy of the main form. Why is that?
 
Hi,
Mistake... It opens up another instance of the child form when you click
both the 'OK' and 'CLOSE' button
 
Back
Top