Show text from Form3 Textbox1 to Form2 Textbox1
Hiya all,
I need help.
I have 3 Forms, each with a TextBox1 and a Button1. I get Button1 on Form1 to open Form2. I then get Button2 on Form2 to open Form3. On Form3 I type a message into TextBox1. I have the following code in Button1 on Form3...
Form1.TextBox1.Text = TextBox1.Text
Form2.TextBox1.Text = TextBox1.Text
The problem is that the text appears in Form1.TextBox1.Text but not in Form2.TextBox1.Text.
Why is that and how do I fix the problem?
Thanks
Pete*
__________________
Simplicity is the key
|