M
Ma Rung
I am setting up a database for the school that I work at, but I have been
unsuccessful so far. What I want to do is have a table with the students'
information and tables with the state standards for each: math, reading, and
writing. There are too many to fit all into one table (>255). How do I link
the studentID(PK) to the corresponding studentID(PK) in each table and their
grades? Essentially, I am trying to create one record using multiple tables.
Is that possible?
Table: Student
StudentID Last First Teacher
1 Snuffie Joe Smith
Table: Math
StudentID Standard 1 Standard 2 Standard3
1 A B A
Table: Reading
StudentID Standard 1 Standard 2 Standard3
1 B B C
unsuccessful so far. What I want to do is have a table with the students'
information and tables with the state standards for each: math, reading, and
writing. There are too many to fit all into one table (>255). How do I link
the studentID(PK) to the corresponding studentID(PK) in each table and their
grades? Essentially, I am trying to create one record using multiple tables.
Is that possible?
Table: Student
StudentID Last First Teacher
1 Snuffie Joe Smith
Table: Math
StudentID Standard 1 Standard 2 Standard3
1 A B A
Table: Reading
StudentID Standard 1 Standard 2 Standard3
1 B B C