I'm trying to track training for employees -
I have a table of 10 employees with a unique ID
and I have a table listing their training criteria - it also has a unique ID. I want to place a date next to the criteria once the employee has been trained. My problem is when I create a form of the employees and a subform of the criteria it doesn't pull up all of the criteria -
I have a Many[Criteria] to One[Employee] -
Should I create a seperate table and link both tables by their ID?
I know this is basic Db design but I'm suffering on this one...any help would be appreciated - How would you set it up?
I have a table of 10 employees with a unique ID
and I have a table listing their training criteria - it also has a unique ID. I want to place a date next to the criteria once the employee has been trained. My problem is when I create a form of the employees and a subform of the criteria it doesn't pull up all of the criteria -
I have a Many[Criteria] to One[Employee] -
Should I create a seperate table and link both tables by their ID?
I know this is basic Db design but I'm suffering on this one...any help would be appreciated - How would you set it up?