I'm working with a database, with two main tabs. Each tab, is running off a single table. (i.e., tab 1 is the main form and tab 2 is a subform).
Tab 1 - A form running off a general company information table. (main form)
Tab 2 - A form running off a contact details table. (sub form).
The overall point of the DB, is to track all involved companies, as well as their corresponding contacts.
When I add a new company on Tab 1, I would like that company information be added to each of its respective contacts.
So, I add Company ABC to the database and want to add John Doe as a contact. When I do so, I would like John Doe to be associated with Company ABC.
Any suggestions? Thanks!
Tab 1 - A form running off a general company information table. (main form)
Tab 2 - A form running off a contact details table. (sub form).
The overall point of the DB, is to track all involved companies, as well as their corresponding contacts.
When I add a new company on Tab 1, I would like that company information be added to each of its respective contacts.
So, I add Company ABC to the database and want to add John Doe as a contact. When I do so, I would like John Doe to be associated with Company ABC.
Any suggestions? Thanks!
Comment