G
glock26girl
I'm sure this gets asked a lot, but I haven't found any answer that helps me.
Basically I have a Student/Class/Test db. I have one table that inputs
which students are taking which classes. I have another table that has all
of the tests in it, and which class they are for. I know I can make another
table that I would have to select each student for each test, but I'm afraid
it will be too complicated, and tedious, when I turn the db over to the
school. Is there any way that I can make it say, if "this student" is taking
"this class", then "these" are all the tests that the student will take, and
be able to store the grades for all of those tests?
Basically I have a Student/Class/Test db. I have one table that inputs
which students are taking which classes. I have another table that has all
of the tests in it, and which class they are for. I know I can make another
table that I would have to select each student for each test, but I'm afraid
it will be too complicated, and tedious, when I turn the db over to the
school. Is there any way that I can make it say, if "this student" is taking
"this class", then "these" are all the tests that the student will take, and
be able to store the grades for all of those tests?