T
The Colonel
I want to be able to append individual dates to a date field in a table using
a date range that'll be defined in unbound fields on a form. Example: Start
date is 07/01/08 and end date is 07/14/08, I need each day's date between and
including these dates to be added as a new record in a table (07/01/08,
07/02/08, 07/03/08, 07/04/08... 07/14/08). Additional field data will also be
included. I have only been able to determine the difference between two
dates, not retrieve the actual dates.
a date range that'll be defined in unbound fields on a form. Example: Start
date is 07/01/08 and end date is 07/14/08, I need each day's date between and
including these dates to be added as a new record in a table (07/01/08,
07/02/08, 07/03/08, 07/04/08... 07/14/08). Additional field data will also be
included. I have only been able to determine the difference between two
dates, not retrieve the actual dates.