Hi,
I looked everywhere for this and it seems to be an easy question.
I have two forms each with a textbox on it
Form1 has text1
Form2 has text2
When I click on a button on form1 to open form 2 I would like to have any text in form1 to be passed over to text2.
I have been able to have it work only if the text is hard coded to the properties portion of the textbox but I would like to have it so when I type any thing in the textbox and press the button to open form2 that anything that Ityped in text1 would be passed over to text2.
thanks
I looked everywhere for this and it seems to be an easy question.
I have two forms each with a textbox on it
Form1 has text1
Form2 has text2
When I click on a button on form1 to open form 2 I would like to have any text in form1 to be passed over to text2.
I have been able to have it work only if the text is hard coded to the properties portion of the textbox but I would like to have it so when I type any thing in the textbox and press the button to open form2 that anything that Ityped in text1 would be passed over to text2.
thanks