transfer text

bholiday

Registered User.
Local time
Today, 12:57
Joined
May 31, 2002
Messages
12
i would like to transfer the contents of a text box in a form to another forms text box or a table. I can transfer text within a form using me.textboxname = me.othertextboxname, however I cann't seem to do it between forms.
 
You have to use the long syntax: forms!Form2.myfield

you can use the expression builder to get the exact string you need.

HTH
 
Thank you!
 

Users who are viewing this thread

Back
Top Bottom