B
Bri
Here's the situation - My school has TERMS (Fall, Winter, Spring, Summer).
Each Term offers PROGRAMS (Novice, Junior, Senior, etc.). Finally come
CLASSES. Fall Novice, for example, might have 15 classes, say, each with
its own schedule and set of students.
In setting up the relationships between tables, is it better to use:
tblCLASS m------------1 tblTERM
tblCLASS m------------1 tblPROGRAM
or
tblTERM 1-------------m tblTERM-PROGRAM m--------------1 tblPROGRAM
tblTERM-PROGRAM 1----------------m tblCLASSES
or something else?
Thanks, Dorre
Each Term offers PROGRAMS (Novice, Junior, Senior, etc.). Finally come
CLASSES. Fall Novice, for example, might have 15 classes, say, each with
its own schedule and set of students.
In setting up the relationships between tables, is it better to use:
tblCLASS m------------1 tblTERM
tblCLASS m------------1 tblPROGRAM
or
tblTERM 1-------------m tblTERM-PROGRAM m--------------1 tblPROGRAM
tblTERM-PROGRAM 1----------------m tblCLASSES
or something else?
Thanks, Dorre