I have looked around and I can not find what I am looking for. I would like to send a variable from Form1 to Form2. I have found out how to send I text box from form1 to form2,
How can I send a var from From1 to From2? Thanks for you help and time.Code:Form2.TextBox1.Text = Me.TextBox1.Text
