I am working on transfering a text box value from a form to another form, the value is used to filter the data in the other form.
I have tried to use openForm with a WHERE statement, but I found it was not working..
Form1:a text box called [t1]
Form2:a text box called [t2]
What I want is to set the value of [t2] from [Form2] as the value of [t1] from [Form1], by clicking the button in [Form1] to openForm [Form2].
The value of [t2] from [Form2] will be used to filter the data in [Form2].
Please give me a help, thx!