I have 2 tables that are linked via the personnel_ID field. Table 1 holds personnel information and table 2 holds training information. The link works fine with data that is already in the database.
When I add a new record in table 1 (personnel information), I have to manually add a new record, in table 2 (training information) in order for the new person to show up in the forms that use queries derived from table 2.
Is there a way to automatically add a new record to table 2 with VBA when a new record is added to table 1?
When I add a new record in table 1 (personnel information), I have to manually add a new record, in table 2 (training information) in order for the new person to show up in the forms that use queries derived from table 2.
Is there a way to automatically add a new record to table 2 with VBA when a new record is added to table 1?