I am trying to pass a variable between two forms in an application. I have declared the variable (strStation) as public in module1. What I am trying to accomplish is when the user clicks on the "View" menu, he can scroll down to "Station Number" and when he clicks on it a pop-up window will appear asking him to enter a station number. Upon entering the station number and pressing the enter key, I would like the pop-up window to close, and transfer the station number the user entered to a text box on the User interface. I have everything working - except for getting the station number to appear on the user interface form. HELP!