Select multiple dates - ActiveX Calendar

Oscar_W

Registered User.
Local time
Today, 11:32
Joined
Mar 9, 2006
Messages
42
I am trying to build a form that accepts either a single date for start and stop dates whilst allowing a range of dates to be selected for operations that cover several days.
I am using the Access 2003 calendar which is fine for selecting a single date but how do I select several dates (4-7 Mar for example) ?

Thanks in advance
Oscar
 
You need two text boxes on the calendar form, txtStartDate and txtEndDate. This will select your date range. You can also enter the same end date as the start date in the two text boxes.
 
Thanks but I was hoping to use just a single calendar enabling me to select a range of dates on it but I haven't been able to locate anything which fits the bill yet :( . I will work on selecting a start date first and then selecting the end date second to give me the range of dates for now.
Oscar
 

Users who are viewing this thread

Back
Top Bottom