Hi There,
I have three tables:
Students
STUDID (pk)
txtFname
txtLname
etc.
Classes
CLASSID (pk)
txtClassName
txtClassRoom
etc.
Student_Class (join table)
STUD_CLASSID (pk)
fk_StudID
fk_ClassID
I am trying to set up a form which shows a "Class" and a subform which I can add a student to it. However, I keep getting errors and Access won't let me add a student. It will show me already added students.
What is the best way to set this up?
I have three tables:
Students
STUDID (pk)
txtFname
txtLname
etc.
Classes
CLASSID (pk)
txtClassName
txtClassRoom
etc.
Student_Class (join table)
STUD_CLASSID (pk)
fk_StudID
fk_ClassID
I am trying to set up a form which shows a "Class" and a subform which I can add a student to it. However, I keep getting errors and Access won't let me add a student. It will show me already added students.
What is the best way to set this up?