I am creating a base for tracking students through coursework in a program. I have a one-to-many relationship between students and the courses that they have taken. All the available courses are in a separate table. For each student in the program, I have a field called “Courses Completed” and there I pull in, from the available courses table, all that the student has taken.
My question is, if I want to add the grade the student received or each course taken, how can I do that using the one-to-many structure I have set up.