Passing Field Values between Forms

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

Guest

I would like to know how to make FieldA on FormB have the same text upon
opening the form as FieldA FormA has. How do I pass Text values for fields
between forms like that? I thank everyone in advance for your help.

Kalor
 
On FormB as the record source for FieldA put

=Forms![FormA]![FieldA]

If you use the wizard got to forms then formA and then find FieldA.
When you leave the wizard the above code is what you will see.
 

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