Control from one form onto another

  • Thread starter Thread starter Greta
  • Start date Start date
G

Greta

Access 2002...
I need a control entry from one form to appear on another
form...what's the code for that, please?
Thank you much,
Greta
 
Hi, the general format is Otherformname!controlname =
currentformname!controlname

It should look something like this:

Forms!formName!ControlName = Me!ControlName

Hope this helps!

Kevin
 
Back
Top