I have a course meeting table that shows only the starting and ending dates of the classes and meeting days of week (meet once, weekly or biweekly on M W T...)
The days of week data is quite tricky. The days are determined by the position of the meeting code. Below is how the data look like.
W = Weekly
B = Biweekly
O = Once
Position 1 = Monday, Position 2 = Tuesday, and so on.
Course# StartDate EndDate DaysofWeek
50050 03/01/2010 05/25/2010 WW <- Mon, Tu, weekly
60100 03/03/2010 05/26/2010 B <- Wed, biweekly
41100 03/02/2010 05/27/2010 W W <- Tu, Th, weekly
30900 03/06/2010 03/06/2010 O <- Sat, Once
How can I get all dates of each course from the starting to ending dates? I have to create a calendar-like report that will list every course in each date for the whole semester. Please advise.
Thanks!
Asuth
The days of week data is quite tricky. The days are determined by the position of the meeting code. Below is how the data look like.
W = Weekly
B = Biweekly
O = Once
Position 1 = Monday, Position 2 = Tuesday, and so on.
Course# StartDate EndDate DaysofWeek
50050 03/01/2010 05/25/2010 WW <- Mon, Tu, weekly
60100 03/03/2010 05/26/2010 B <- Wed, biweekly
41100 03/02/2010 05/27/2010 W W <- Tu, Th, weekly
30900 03/06/2010 03/06/2010 O <- Sat, Once
How can I get all dates of each course from the starting to ending dates? I have to create a calendar-like report that will list every course in each date for the whole semester. Please advise.
Thanks!
Asuth