sir how can i pass the value of a txtbox from form 1 to form 2 .for example i input name to txtbox1 form form.and then when i press ok it will print in form 2?
value of txtbox from form 1 to pass to form2
Page 1 of 11 Replies - 1180 Views - Last Post: 30 July 2012 - 07:33 PM
Replies To: value of txtbox from form 1 to pass to form2
#2
Re: value of txtbox from form 1 to pass to form2
Posted 30 July 2012 - 07:33 PM
You just have to precede the name of the control with the name of the form. If you have a text box called txtMyBox on Form2, then to refer to it from Form1 you say Form2.txtMyBox.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|