B
Bipbop
I have created a database of training courses and trainees.
Table 1 = Course Data (course name, date, venue, trainer, invoice no. etc.)
Table 2 = Trainee Data (trainee ID, first name, last name)
I created a Course Data Form using Table 1 and included a sub form for
trainees using Table 2.
I had originally linked these tables together using the invoice no., which
worked great until I was informed that more than one course name can appear
on one invoice and therefore create duplicate information in Table 2.
I have created another field in both tables named Course Index ID.
In Table 1 I have made this an autonumber field and the Primary Key.
In Table 2 I have made this a number field, leaving Trainee ID as the
Primary Key.
I have created a relationship between the Course Index ID field in both
tables, which is how it worked for the invoice no. field.
However, the Course Index ID field in Table 2 remains empty, what am I
missing?
Table 1 = Course Data (course name, date, venue, trainer, invoice no. etc.)
Table 2 = Trainee Data (trainee ID, first name, last name)
I created a Course Data Form using Table 1 and included a sub form for
trainees using Table 2.
I had originally linked these tables together using the invoice no., which
worked great until I was informed that more than one course name can appear
on one invoice and therefore create duplicate information in Table 2.
I have created another field in both tables named Course Index ID.
In Table 1 I have made this an autonumber field and the Primary Key.
In Table 2 I have made this a number field, leaving Trainee ID as the
Primary Key.
I have created a relationship between the Course Index ID field in both
tables, which is how it worked for the invoice no. field.
However, the Course Index ID field in Table 2 remains empty, what am I
missing?