G
Glenn E. White
To Whom It May Concern
I need some advice or direction. I currently have a database that has one main table that contains test scores for various students. In addition, I have another table that contains the students and their assigned teacher
The database was not originally designed for the possibility of additional teachers. Since, this has occurred, I must now change the design to facilitate multiple teachers for each student. My goal is to have a record of each student’s test with the teacher that administered the test at that time
Please tell me if the following it the optimal way to restructure the data
Test Score Table
Test ID: P
Student Nam
Test Dat
Test Score
Test Comment
Students Table
Student ID
Student Nam
Teacher Nam
Active Status: Yes/N
Test History Table
Test History ID: P
Test I
Test Dat
Student Nam
Teachers Table
Teacher ID: P
Teacher Nam
In addition, the form that popluates the main table must retreive the student's current teacher. Any and all advice, help, or comments will be greatly appreciated
Sincerely
Glenn E. Whit
I need some advice or direction. I currently have a database that has one main table that contains test scores for various students. In addition, I have another table that contains the students and their assigned teacher
The database was not originally designed for the possibility of additional teachers. Since, this has occurred, I must now change the design to facilitate multiple teachers for each student. My goal is to have a record of each student’s test with the teacher that administered the test at that time
Please tell me if the following it the optimal way to restructure the data
Test Score Table
Test ID: P
Student Nam
Test Dat
Test Score
Test Comment
Students Table
Student ID
Student Nam
Teacher Nam
Active Status: Yes/N
Test History Table
Test History ID: P
Test I
Test Dat
Student Nam
Teachers Table
Teacher ID: P
Teacher Nam
In addition, the form that popluates the main table must retreive the student's current teacher. Any and all advice, help, or comments will be greatly appreciated
Sincerely
Glenn E. Whit