Hey, I have searched through many forums and i cant figure out how to do this. I have tried doing it as told in similar threads but I have to many tables.
Tables
Address Information PK-CompanyID
Manager Section PK-DivisionID, FK-CompanyID
Service Providers PK-serviceID, FK-CompanyID, FK-DivisionID
Decision PK-DecisionID, FK-CompanyID, FK-DivisionID
Supporting Documents PK-DocumentID, FK-CompanyID, FK-DivisionID
Products PK-ProductID, FK-CompanyID, FK-DivisionID
All relationships are one-to-many. I have tried using subforms etc. and linking child and master fields, however im not having much luck. The first thing that needs to be done is insert Company Name, (AutoNumber for the ID) and then insert Division ID(AutoNumber As Well). Once these to fields are updated, I need it to automatically input the CompanyID, and Division ID into other tables. This is where I am getting stuck. any responses are greatly appreciated. thanks!