View Full Version : Calendar Drop Down


jblackman
04-11-2001, 06:15 PM
Is it possible to have a calendar drop down when you go into a date field, would show the current month in a little square box and then you could arrow to previous months or future months, then choose a date?... Thanks, jb.

KevinM
04-12-2001, 12:56 AM
No, but you may want to try the Calendar Control Active X that comes with Office. This is as good as anything when it comes to selecting dates.

HTH

Atomic Shrimp
04-12-2001, 01:02 AM
You could put the calendar object below your date text box, but only make the calendar visible when the user clicks a little button next to the text box.

Mike

susancockburn
04-13-2001, 04:31 PM
I have just done something similar using the Calendar control. When I click into the text box for the date the calendar becomes visible, when you move out of it the calendar is no longer visible. You can also have it so that if you clicked on a date in the calendar it will put that date in your date field. Hope this is useful.

DES
04-23-2001, 06:51 AM
Anybody thought about using the Microsoft Datetime Picker? It works well for me.

jblackman
04-25-2001, 05:27 PM
Any idea how to input this code? I looked on MS Site and it is too confusing for me.... help!... Thanks, jb.