K
Keepitlive
I have a form/subform bound to 2 tables in a 1-to-many relationship.
On the main form, the user is prompted to enter (among other things)
the start and end dates for a course, as well as the day of the week
that the individual sessions take place.
Using this information, I would like to generate a record for every
date within the date range that falls on the specified day of the week
and display the new records in the subform.
Being a novice VBA programmer, most of this is a problem to work out
(e.g. calculating the dates), but the main one is how to actually
create the records.
Thanks in anticipation for any help you can offer.
On the main form, the user is prompted to enter (among other things)
the start and end dates for a course, as well as the day of the week
that the individual sessions take place.
Using this information, I would like to generate a record for every
date within the date range that falls on the specified day of the week
and display the new records in the subform.
Being a novice VBA programmer, most of this is a problem to work out
(e.g. calculating the dates), but the main one is how to actually
create the records.
Thanks in anticipation for any help you can offer.