Hi,
I have two tables, one contains a list of universities - it has two columns: 'Id' (the primary key) and 'UniversityName'; the other has a list of degree qualifications (e.g. MSc physics, BSc geology, MA fine art) - it has two columns: 'Id' (the primary key) and 'QualificatoinName'.
I want to link these two bacause each university can offer different qualifications, and each qualificaiton can be offered at several universities.
I've created another 'junction' table with two columns: one UniversityNameId and one QualificationId. These have both been set as primary keys in design mode.
I've clicked the 'relationships' button in Access and dragged the Id from the university table into the junction table and likewise with the qualification table.
It seems though that the relationship is backwards. I was hoping to open the junction table and choose a value for it's UniversityNameId by selecting from a drop-down box, and likewise with the QualificationId column. Instead, the drop-downs appear in the non-junction tables???
What am I doing wrong?
Does anyone have a simple example mdb file of how to do this?
Thanks!
I have two tables, one contains a list of universities - it has two columns: 'Id' (the primary key) and 'UniversityName'; the other has a list of degree qualifications (e.g. MSc physics, BSc geology, MA fine art) - it has two columns: 'Id' (the primary key) and 'QualificatoinName'.
I want to link these two bacause each university can offer different qualifications, and each qualificaiton can be offered at several universities.
I've created another 'junction' table with two columns: one UniversityNameId and one QualificationId. These have both been set as primary keys in design mode.
I've clicked the 'relationships' button in Access and dragged the Id from the university table into the junction table and likewise with the qualification table.
It seems though that the relationship is backwards. I was hoping to open the junction table and choose a value for it's UniversityNameId by selecting from a drop-down box, and likewise with the QualificationId column. Instead, the drop-downs appear in the non-junction tables???
What am I doing wrong?
Does anyone have a simple example mdb file of how to do this?
Thanks!