Okay so I'm kind of a beginner, but basically I have a form with a textbox that when double clicked opens another form (a zip code lookup). When the user chooses a zip code and double clicks it, I need it to take that value (which I already have captured into a variable) and set the value of a textbox on the calling form (the form that used formname.show) to that value. How do I pass that value back to the calling form? I don't want to use an absolute reference as I obviously want to use this popup form to set values on other forms that may call it.
Thanks in advance.


