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
 

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

Top