I have the value of a text in form1 and I want to pass the value to the form2. How can I do that?
I tried something like:
Dim Text As string
text = text1.Value
Forms![Form2Name].Textinform2.Value = text
But it doesn't work
Thanks
I tried something like:
Dim Text As string
text = text1.Value
Forms![Form2Name].Textinform2.Value = text
But it doesn't work
Thanks