On my form I have a start date and an end date (form is based on a query which contains a DateID as PK and 2 date variables).
Let’s say the user picks 1/1/05 as start date and 1/10/05 as end date.
Right now everything is stored as a range of these dates 1/1/05-1/10/05.
What I’m wondering if there is a way to automatically fill in start dates 1/1/05, 1/2/05, 1/3/05, 1/4/05, etc and the same thing with end dates.
This way the user can pick a range, rather than having to enter dates for each day, but each day will be accounted for.
Any suggestions, ideas. May be this is not even doable.
Any help will be greatly appreciated. Thanks.
Let’s say the user picks 1/1/05 as start date and 1/10/05 as end date.
Right now everything is stored as a range of these dates 1/1/05-1/10/05.
What I’m wondering if there is a way to automatically fill in start dates 1/1/05, 1/2/05, 1/3/05, 1/4/05, etc and the same thing with end dates.
This way the user can pick a range, rather than having to enter dates for each day, but each day will be accounted for.
Any suggestions, ideas. May be this is not even doable.
Any help will be greatly appreciated. Thanks.