I have a db with a total of 4 tables. The first 3 are "Topics" (1 topic can be taught by many Instructors), "Instructors" (1 instructor can teach many topics), and "SkillSet" (the join table w/ the primary keys from the previous 2). The 4th table is "Courses" (1 course can have many "SkillSets).
My issue:
I want to input a course in a form and then in the subform to be able to choose a topic (from a drop-down) and then have a second field that will show me which Instructors can teach that topic. I cannot figure out the following:1. How do I tie the Topic Name field to the Instructor name field (so that based on the topic I choose it only shows me the instructors for that topic).
2. The proper design - right now I have no primary key in the join table (SkillSet) since I am using the primary keys from "Topic" and "Instructor".
Any help would be greatly appreciated.
My issue:
I want to input a course in a form and then in the subform to be able to choose a topic (from a drop-down) and then have a second field that will show me which Instructors can teach that topic. I cannot figure out the following:1. How do I tie the Topic Name field to the Instructor name field (so that based on the topic I choose it only shows me the instructors for that topic).
2. The proper design - right now I have no primary key in the join table (SkillSet) since I am using the primary keys from "Topic" and "Instructor".
Any help would be greatly appreciated.