View Full Version : calendar


AN60
01-03-2004, 05:22 PM
I wish to use the MS calendar (Access 97) to enter dates in a dialogue box (message box). I often add [] in criteria to allow beginning & ending dates so the calendar would be a pleasant and efficient addition. I've been aprehensive due to my lack of knowledge. Can it be done? Is it worth the trouble? If it's worth persuing how do I do it?

wizcow
01-04-2004, 08:09 AM
AN60

You can set two calendars to add dates into two textboxes on a form. ('StartDate" and 'EndDate')

In your query refer to the form's textboxes to draw the dates for your between function.

There is also a great calendar that is not an ActiveX here.

Lebans (www.lebans.com)

Good Luck
Tom