Control from one form onto another

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
 
K

Kevin

Hi, the general format is Otherformname!controlname =
currentformname!controlname

It should look something like this:

Forms!formName!ControlName = Me!ControlName

Hope this helps!

Kevin
 
Top