Originally posted by Jorgin
I have a question.. i have 2 forms.. and the first form loads and the user has to click on a control which assigns a value to a variable.. then the second form loads and the first one hides. i need the program to read the value from the variable declared in the first form from the SECOND FORM to use in the SECOND FORM.
how can i do this?

thanks to all in advance.
you must declare it as public.. then you can simply access it by using

form1.variablename