Here’s what I’m looking for.
Given a start date and an end date, and the days of the week a class would meet, and have Access calculate and populate a table with all the correct dates.
For example, a class is to start on 4/30/01 and go until 5/11/01, and it meets on Mon, Wed, and Fri. Thus, at the click of a command button, Access would populate a table (Tbl_Meeting_Dates) with 6 rows, where the
MeetingDate field of Tbl_Meeting_Dates would contain these dates:
4/30/01
5/1/01
5/5/01
5/7/01
5/9/01
5/11/01
(There would also be a foreign key field to relate back to the tbl_Class_Name.)
Classes could also meet just one day a week, on the weekends and/or weekdays, or on Mon. and Thurs. for 6 weeks, etc.
And ideas?
Thanks.
—
Bill