I have been running a database which records pupils test results in many subjects and averages the results according to their class etc. However I now have a situation wher within ny class the pupils are streamed into 'a' 'b' and sometimes even 'c' groups. The trouble is a pupil in b group for maths could be in c group for geography.Does that mean I have to add a field name for every subject into the pupils table so I can query it and if so how can I get user to control it i.e. to add or remove a subject etc
thanks!
Afterthought!
- or should I create a different table with the subjects there and join pupils with subject which would also mean the user manually linking each subject with each pupil?
thanks!
Afterthought!
- or should I create a different table with the subjects there and join pupils with subject which would also mean the user manually linking each subject with each pupil?