G
Guest
I have three tables EMPLOYEE, DATE (an associative entity), and TRAINING.
EMPLOYEE TO DATE is one to many, and DATE TO TRAINING is many to one.
DATE has a primary key from each of the other two tables.
I can set up EMPLOYEE as the main form. How do I create a subform so that I
can enter the completion date and the training course, and be able to view
all three at the same time? Is the only way to do this to get rid of my
associative entity DATE and stick the date in the TRAINING table, and only
then create the subform TRAINING?
EMPLOYEE TO DATE is one to many, and DATE TO TRAINING is many to one.
DATE has a primary key from each of the other two tables.
I can set up EMPLOYEE as the main form. How do I create a subform so that I
can enter the completion date and the training course, and be able to view
all three at the same time? Is the only way to do this to get rid of my
associative entity DATE and stick the date in the TRAINING table, and only
then create the subform TRAINING?