D
Dan M
I'm looking to schedule events at my college with student volunteers. At the
moment I have a table "Availability" with fields:
StudentID
10:30
11:30
12:30
etc
where the StudentID is a combo box that selects from a table containing the
student's contact info, and the times are yes/no check boxes. This does not
seem like the most efficient way to do this. Unfortunately, I can't just
have a start and end time of their availability, as they are students, and
are available at multiple times during the day, with classes in between.
In another table, "Events" in which I plan the actual events, there are
fields "StartTime" and "EndTime" which, coincidentally enough, hold the
information for the starting and ending time of the event, and "StudentID"
which once again selects from the "StudentInfo" table.
Ideally, in the form that populates the event table, I would like to filter
out only the students who are available during the event to be shown, either
in a sub form, or in the Combo Box that selects their StudentID and
associates them with that event.
Am I asking too much?
moment I have a table "Availability" with fields:
StudentID
10:30
11:30
12:30
etc
where the StudentID is a combo box that selects from a table containing the
student's contact info, and the times are yes/no check boxes. This does not
seem like the most efficient way to do this. Unfortunately, I can't just
have a start and end time of their availability, as they are students, and
are available at multiple times during the day, with classes in between.
In another table, "Events" in which I plan the actual events, there are
fields "StartTime" and "EndTime" which, coincidentally enough, hold the
information for the starting and ending time of the event, and "StudentID"
which once again selects from the "StudentInfo" table.
Ideally, in the form that populates the event table, I would like to filter
out only the students who are available during the event to be shown, either
in a sub form, or in the Combo Box that selects their StudentID and
associates them with that event.
Am I asking too much?