G
Guest
I wonder if someone could help me with this design (Access 2003)
I want to track student standardized test scores. I need to track them by
student, when and/or how many times they took the test and what the score
was. Keep in mind that certain test (SAT) scores Math, Writing, Critical
Thinking, while (ACT) scores English, Reading, Math.
So far I have come up with the following:
Student Table TestAtemp Table Test Type Table
StudentID* AtempID* TypeID*
FristName Date Type
LastName TypeID
GradeYear StudentID
I get stuck when it comes to relating the test types with individual scores.
Any help would be appreaicated.
I want to track student standardized test scores. I need to track them by
student, when and/or how many times they took the test and what the score
was. Keep in mind that certain test (SAT) scores Math, Writing, Critical
Thinking, while (ACT) scores English, Reading, Math.
So far I have come up with the following:
Student Table TestAtemp Table Test Type Table
StudentID* AtempID* TypeID*
FristName Date Type
LastName TypeID
GradeYear StudentID
I get stuck when it comes to relating the test types with individual scores.
Any help would be appreaicated.