W
Wade
Greetings,
I have a database that has a students information table
and a test information table. New tests are constantly
being written, but I would like to keep old tests archived
in the table. All the students (about 600) have to take
most of the tests (about 200).
I would like to design a form that lists the students and
which tests has or hasn't been taken yet. Currently I
have no relationship built between the two and don't know
what the common field to make to create this.
When I add a test, I would like to be able to click on a
box and identify if it has been taken yet by each student.
I have considered adding a field in the students table
with for each test, but that wouldn't really help when I
add a new test. This would solve the relationship problem
though. That's also a lot of fields!
Any suggestions on how to do this?
I have a database that has a students information table
and a test information table. New tests are constantly
being written, but I would like to keep old tests archived
in the table. All the students (about 600) have to take
most of the tests (about 200).
I would like to design a form that lists the students and
which tests has or hasn't been taken yet. Currently I
have no relationship built between the two and don't know
what the common field to make to create this.
When I add a test, I would like to be able to click on a
box and identify if it has been taken yet by each student.
I have considered adding a field in the students table
with for each test, but that wouldn't really help when I
add a new test. This would solve the relationship problem
though. That's also a lot of fields!
Any suggestions on how to do this?