Ok, I created my junction table. I think I'm going to love this, by the way. Now it looks like this:
tblInstructor
InstructorID (PK)
tblScheduledClasses
ClassID (PK)
junctionClassParticipants
InstructorID
ClassID
So, now, do I add fields to the junction table, for example ClassDate...