Help this is doing my head in.
I have not set anything up yet as I can't work out how many tables I need and thus what the relationship should be.
Here's the problem:
I have a number of students with support needs. OK make this tblSTUDENT
I have a number of support workers. Let's make this tblSUPPORT .
Support workers are not allocated solely to one student --so:
we have TWO -- Many to Many -- relationships
Each support worker can help many students.
Each student can have many support workers.
Each day of the week has 8 possible teaching periods.
Therefore these could be M1, M2, through to ......F8
Now here comes a second set of Many - to - Many relationships
Each student will require support for many (but not all) periods.
Each support worker can cover many but not all teaching periods.
(some may only work mornings - some only one or two days per week)
I suspect I need TWO period tables - one to record which periods a support worker can cover and one to record which periods the student wants cover for.
Then I need to set up a many to many relationship bewteen the two period tables
BUT I'M NOT SURE HOW?
Am I on the right lines?
Can anyone show me a graphical picture of the required relationships as I think I would understand that best.
At the end of the day I need to be able to set up a query that can find any support worker who has availability if a student has to fit in an extra class. Or if one support worker is ill I need to find who can cover before going outside to recruit from a temp bureau.
Many thanks for you patience... in getting this far
Cheers.....Sprocket
I have not set anything up yet as I can't work out how many tables I need and thus what the relationship should be.
Here's the problem:
I have a number of students with support needs. OK make this tblSTUDENT
I have a number of support workers. Let's make this tblSUPPORT .
Support workers are not allocated solely to one student --so:
we have TWO -- Many to Many -- relationships
Each support worker can help many students.
Each student can have many support workers.
Each day of the week has 8 possible teaching periods.
Therefore these could be M1, M2, through to ......F8
Now here comes a second set of Many - to - Many relationships
Each student will require support for many (but not all) periods.
Each support worker can cover many but not all teaching periods.
(some may only work mornings - some only one or two days per week)
I suspect I need TWO period tables - one to record which periods a support worker can cover and one to record which periods the student wants cover for.
Then I need to set up a many to many relationship bewteen the two period tables
BUT I'M NOT SURE HOW?
Am I on the right lines?
Can anyone show me a graphical picture of the required relationships as I think I would understand that best.
At the end of the day I need to be able to set up a query that can find any support worker who has availability if a student has to fit in an extra class. Or if one support worker is ill I need to find who can cover before going outside to recruit from a temp bureau.
Many thanks for you patience... in getting this far
Cheers.....Sprocket
Last edited: