I have a start date, end date, and length (hours) for a course and need to track the dates an instructor should be scheduled. As an example if we have a course that starts on July 11 2007, and ends on July 13 2007, I would expect 3 intructors required over the days of the course. This same course may be taught again July 20, 2007 ending July 21, 2007. I would like to be able to run a report that will show the entire instructor schedule by date for the course.
There will be multiple courses being taught during this period and need to display the same scenario for each record.
Data
Course Start_Date End_Date Length
MM004 7/11 7/13 24
MM004 7/20 7/21 16
An example of the report output they are requesting:
CourseName 7/9 7/10 7/11 7/12 7/13 ....7/20 7/21
MM004 1 1 1 1 1
I'm NEW!![/color red] to VBA and would greatly appreciate any help!
There will be multiple courses being taught during this period and need to display the same scenario for each record.
Data
Course Start_Date End_Date Length
MM004 7/11 7/13 24
MM004 7/20 7/21 16
An example of the report output they are requesting:
CourseName 7/9 7/10 7/11 7/12 7/13 ....7/20 7/21
MM004 1 1 1 1 1
I'm NEW!![/color red] to VBA and would greatly appreciate any help!