reference a control

R

ram

is there a way to reference a control from one form with the control on
another form.

i would like textbox1 on form A to equal the value of textbox2 on form B
the forms are not linked

Thanks for any help
 
R

RuralGuy

Me.TextBox1 = Forms!FormB!TextBox2

Here's a good reference link:
http://www.mvps.org/access/forms/frm0031.htm

is there a way to reference a control from one form with the control on
another form.

i would like textbox1 on form A to equal the value of textbox2 on form B
the forms are not linked

Thanks for any help

_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
R

RuralGuy

You're welcome. Glad to help.


_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
Top