Change this line:
Form2.Text1.Text = Form1.Text1.Text
to this:
Form2.Label1.Caption = Text1.Text
Or did you not want to use a command button?
You could try Text1_Change, instead of Command1_Click.
If you don't want Form2 to show at this point, then use "Load Form2" earlier, then you can Show or Hide it as you need to.
hope that helps, if not give us a little more explanation of what you want to do.
Reputation Points: 11
Solved Threads: 2
Junior Poster in Training
Offline 70 posts
since Jun 2005