S
Shane Morrison
I have three tables, one that list employees (153 entries), one that lists
training needed (26 entries), and one that shows when employees completed
training (3978 entries). I created the employees completed training table by
combining the first two tables as each employee is required to take all
training. If I add a new training need to the training needs table, how can I
add that to the employees completed training table wihtout having to reenter
all the dates that the original 26 training needs were done on. I have tried
an append query and it just adds 3978+153 more entrees instead of just the
one new training need per employee.
training needed (26 entries), and one that shows when employees completed
training (3978 entries). I created the employees completed training table by
combining the first two tables as each employee is required to take all
training. If I add a new training need to the training needs table, how can I
add that to the employees completed training table wihtout having to reenter
all the dates that the original 26 training needs were done on. I have tried
an append query and it just adds 3978+153 more entrees instead of just the
one new training need per employee.