Linking forms

Dazza666

Registered User.
Local time
Yesterday, 16:36
Joined
Aug 13, 2008
Messages
56
Hi,

is it possible to link forms like they were SubForms?

I have a button in my Client Form that opens a contacts form,

it works ok but the clientID foreign key is obviously empty so there is nothing linking each contact to a client.

was wondering how to get this to fill in when the button is pressed automatically.

Just like a sub form does


thanks
 
you can try using the openargs in your DoCmd.OpenForm or if you want to open the form and move to a particular record in your Contacts form, you can use the "Where" argument
 
you can try using the openargs in your DoCmd.OpenForm or if you want to open the form and move to a particular record in your Contacts form, you can use the "Where" argument

sounds ideal i'll give it a shot thanks
 

Users who are viewing this thread

Back
Top Bottom