Select Range of Dates with Calendar

drewby

New member
Local time
Today, 06:05
Joined
Mar 18, 2006
Messages
5
I have a form and table which I use to collect some reservation information. I then have a subform/table which I use to enter the actual dates of for that reservation. This subform/table has only three fields. The foreign key field that links it to the main form/table, the date(s) entered and the subform/table autonumber primary key.

What I would like to do is use an ActiveX type of calendar as the subform and be able to select a range of dates. If someone is making a reservation for 8 days, I want to be able to select that range of days on the calendar and have create/enter all 8 of those records in the subform/table.

I would much prefer this as opposed to simply collecting a single IN date and a single OUT date.

Anybody have any ideas?
 
I strongly recommend you *not* use an ActiveX control for the task. There are versioning problems that you really don't want to deal with. Here's a link to some calendars that should work for you. Calendar Links
 

Users who are viewing this thread

Back
Top Bottom