K
Krisse
I have an unbound form for user to enter criteria for
creating a batch of records.
They enter a date range and check off one to many days of
the week.
I want to create a table containing all of the dates that
are both within the date range and are one of the selected
days of the week.
I have the loop working correctly, assigning the date to a
variable and passing over dates that are a day of the week
NOT requested, but I don't know how to write each date to
a table.
I have been looking in the VBA help but no luck finding
what I need.
Thanks!
creating a batch of records.
They enter a date range and check off one to many days of
the week.
I want to create a table containing all of the dates that
are both within the date range and are one of the selected
days of the week.
I have the loop working correctly, assigning the date to a
variable and passing over dates that are a day of the week
NOT requested, but I don't know how to write each date to
a table.
I have been looking in the VBA help but no luck finding
what I need.
Thanks!