Hello everyone,

i just created 2 forms in which i am trying to move a value in one text box on form 1 to a text box in form 2.
I created a button that allows me to move between one form and another. However, the data is not being seen by form 2. I tried declaring the value as a public variable (global) but still to no avail.

To summarise here is what i am trying to do:
Data in TextBoxValue1 (form1) to TextBoxvalue2 (form2).

Any help is much appreciated