reference a control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
You're welcome. Glad to help.


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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top