Dear All,
I run an activity camps company for children. The children can either come for the whole week or for individual days. Also, in addition to the days there are optional sessions on either side of the days which they can be signed up to.
I have a database with a table for the children and each child's record has a set of Yes/No fields for each day / extra session for example:
Monday
Monday Exam
Monday 8-9
Monday 9-10
Monday 4-5
Monday 5-6
Tuesday
etc. etc.
What I am trying to create is a system whereby I can easily select the session I want to view and print a report that shows me which children are down for that session. Short of creating a different query and different report for each session, what would be the best way to do this?
So far I have tried referencing a combo box in the "Field" part of a column in a query but this doesn't seem to work. Then I created a different query for each day and tried to use the value in a combo box to choose the query and set it as the filter for a generic report and I am now at a loss!
Please help!
I run an activity camps company for children. The children can either come for the whole week or for individual days. Also, in addition to the days there are optional sessions on either side of the days which they can be signed up to.
I have a database with a table for the children and each child's record has a set of Yes/No fields for each day / extra session for example:
Monday
Monday Exam
Monday 8-9
Monday 9-10
Monday 4-5
Monday 5-6
Tuesday
etc. etc.
What I am trying to create is a system whereby I can easily select the session I want to view and print a report that shows me which children are down for that session. Short of creating a different query and different report for each session, what would be the best way to do this?
So far I have tried referencing a combo box in the "Field" part of a column in a query but this doesn't seem to work. Then I created a different query for each day and tried to use the value in a combo box to choose the query and set it as the filter for a generic report and I am now at a loss!
Please help!