I have a really strange ad potentially basic problem. I am trying to do the following. I need to populate a text box from a list boxes selected options. To do this I have 2 forms you click on a button with on the form with the text box and it passes some values into a global variable and opens the modal form with the list box. When I click ok on the list box it passes the selected values into a global variable and closes. Now what I need to happen is after the second form has closed, the first form must put that variable’s value into the text box on form 1. What event will I use? I am so stumped.