raystownlaura
Registered User.
- Local time
- Today, 08:06
- Joined
- Apr 16, 2010
- Messages
- 22
I need to write a procedure dynamically create a new recordset with one column called "Dates" to use temporarily. I want to fill these values with the dates between two user entered dates. For example,
Begin Date=7/1/2011
End Date=7/15/2011
Create new recordset now containing one column (field) called dates, and fill the values in the date column with all of the dates between Begin Date and End Date, including the actual begin and end dates.
Any help including code samples would be hugely appreciated!!! Thanks!
Begin Date=7/1/2011
End Date=7/15/2011
Create new recordset now containing one column (field) called dates, and fill the values in the date column with all of the dates between Begin Date and End Date, including the actual begin and end dates.
Any help including code samples would be hugely appreciated!!! Thanks!