Group: Forum Members
Posts: 448,
Visits: 12K
|
Here is the layout:
Course
coursepk
coursename
period
LinkTable
linkpk
coursepk
studentpk
period
The above table has multiple records for each course per period.
Student
studentpk
name
grades
gradepk
studentpk
coursepk
period
positioninperiod
testscore
The grid(s) would have (but is fexible):
coursename,studentname,period,testscore
The only updateable field is the testscore and the data appears in positioninperiod order.
|