So I have been successful in importing form1.textbox1.text to form2.textbox2.text, however it does not update immediately. I have to either begin typing in form2.textbox1 for it to load. Is there a way to have form2 to 'refresh' when it loads so it will pull info from form1?
Here is my code thus far:
Here is my code thus far:
Code:
Me.Textbox1.Text = Form1.TextBox1.Text