I am creating a pop-up form that will hopefully substitute for an input box on an underlying form. I want the pop-up form to have a text box that a user can type a value in and then I want that value to be placed in a text box on the underlying form. The code will reside in the OnOpen event of theunderlying form but I can't seem to figure out how to reference the text box on the op up form. Can anyone help?