S
Sue
I have a large training database that contains many records of future
training courses. For a course there could be only one class or multiple
classes. Where there are multiple classes, each class is held at the same
time for each class day. Some multiple classes may be on consecutive days,
once a week or once a month. The relative tables and fields are:
TblCourseClass
CourseClassID
CourseID
BeginTime
EndTime
TblCourseClassDate
CourseClassDateID
CourseClassID
CourseClassDate
I need a query to help me add a new course that is multiple classes to the
schedule. Given the number of classes, the time needed for the class
(EndTime - BeginTime), and whether the class is on consecutive days, once a
week or once a month, I need the query to find all the available days and
time slots the course can be scheduled.
Thanks!
Sue
training courses. For a course there could be only one class or multiple
classes. Where there are multiple classes, each class is held at the same
time for each class day. Some multiple classes may be on consecutive days,
once a week or once a month. The relative tables and fields are:
TblCourseClass
CourseClassID
CourseID
BeginTime
EndTime
TblCourseClassDate
CourseClassDateID
CourseClassID
CourseClassDate
I need a query to help me add a new course that is multiple classes to the
schedule. Given the number of classes, the time needed for the class
(EndTime - BeginTime), and whether the class is on consecutive days, once a
week or once a month, I need the query to find all the available days and
time slots the course can be scheduled.
Thanks!
Sue