-
Text box
Please help.
I would like to use or display a text box value from one form to another form.
I would also like to show this value on a report.
I understand that I would need to write some code like...
form! ...blah blah..
But I dont know how to write this..
can I use this method in VBA as well
please heeeeeeeeeeeeeeeeelp
-
Code:
form1.textbox1.text = form2.textbox1.text
will change the value if you have a textbox1 in both forms.
[not on my machine to double-check for accuracy, but I am pretty sure that this is correct.)
:cool: