raystownlaura
Registered User.
- Local time
- Today, 10:42
- Joined
- Apr 16, 2010
- Messages
- 22
I'd like to create a recordset that is NOT based on a table or query, but rather an array of values. I would love some assistance by way of code because I have always struggled to understand how to use arrays.
Here's what I need to do. User inputs a Begin Date and an End Date into a form. I'd like to
1. Create an array of the dates included between and including the user input begin and end dates.
2. Fill a dynamic recordset that is not based on a table or query, rather the values in the array that I created in step one.
Any help would be very much appreciated!
Here's what I need to do. User inputs a Begin Date and an End Date into a form. I'd like to
1. Create an array of the dates included between and including the user input begin and end dates.
2. Fill a dynamic recordset that is not based on a table or query, rather the values in the array that I created in step one.
Any help would be very much appreciated!