Linked Forms Query

mcclunyboy

Registered User.
Local time
Today, 01:55
Joined
Sep 8, 2009
Messages
292
Probably a common query but I have 1 form and i want to open a 2nd form with 1 text box automatically populated....

I did try google/search but not had luck yet

edit - whats the code to open a form in add mode...i cant find it
 
Last edited:
After opening the form, you can have:

Forms!SecondFormName.ControlName = Me.ControlName

If you look at VBA help on OpenForm, specifically the data mode argument, you should find what you need.
 
has anyone got an example!?
 

Users who are viewing this thread

Back
Top Bottom