This idea has been sending me nutty for months!
I’m a travelling music teacher. So my many pupils are split into many small groups (of 1, 2 or 3 pupils).
What I want is to open a form with lesson details. I’d select a date and then a group and then the details of the pupils in that group would come up (probably in a subform). I could then enter data for each pupil for each lesson e.g. whether they were absent.
That’s it!
My current tables are
[pupils]
pupilID (pk) (autonumber)
pupilname (text)
[groups]
groupID(pk) (autonumber)
[lessons]
lessonID (pk) (autonumber)
lessondate (date)
group (text)
[pupilinlesson]
pupilinlessonID (pk) (autonumber)
group (text)
pupilID (number)
absent? (Y/N)
lessonID (number)
This last table is supposed to store the data of each pupil in each lesson.
Relationships
[groups]groupID 1 – M [pupils]group
This is probably quite easy for someone who knows how. Lots of people must need registers of pupils!
Thanks
I’m a travelling music teacher. So my many pupils are split into many small groups (of 1, 2 or 3 pupils).
What I want is to open a form with lesson details. I’d select a date and then a group and then the details of the pupils in that group would come up (probably in a subform). I could then enter data for each pupil for each lesson e.g. whether they were absent.
That’s it!
My current tables are
[pupils]
pupilID (pk) (autonumber)
pupilname (text)
[groups]
groupID(pk) (autonumber)
[lessons]
lessonID (pk) (autonumber)
lessondate (date)
group (text)
[pupilinlesson]
pupilinlessonID (pk) (autonumber)
group (text)
pupilID (number)
absent? (Y/N)
lessonID (number)
This last table is supposed to store the data of each pupil in each lesson.
Relationships
[groups]groupID 1 – M [pupils]group
This is probably quite easy for someone who knows how. Lots of people must need registers of pupils!
Thanks