Auto entry of data from form to subform

C

Cleveland

I have a form (CompanyInfo) with two subforms (Contacts and Products), each
are based on individual tables, with one to many relationships based on
CompanyID. How can I make CompanyID in the subforms show what the user typed
into the main form, so I can store the information, in it's coresponding
table?

In addition, can I put multiple buttons on the form (CompanyInfo), that link
to more forms (Certifications). That when pressed, these forms are opened
with CompanyID containing the new CompanyID from the original form.

Thanks!!
 
Top