Drop Down Caledar

  • Thread starter Thread starter Prop Buster
  • Start date Start date
P

Prop Buster

I'd like to use a drop down calendar on one of the forms that I am designing
but just can't seem to figure it out. Any help would be appreciated.
 
Add the Calendar Control and a CommandButton with an ArrowDown Icon on you
Form. Set the Visible Property to False. In the CommandButton_Click Event,
set the Visible Property of the Calendar Control to True to make it visible.

HTH
Van T. Dinh
MVP (Access)
 
Prop Buster said:
I'd like to use a drop down calendar on one of the forms that I am designing
but just can't seem to figure it out. Any help would be appreciated.

See the Calendar Tips page at my website.

There could, likely will, be lots of version problems when you go to
distribute the MSCal.OCX..

Some alternatives are:
MonthCalendar is a completely API generated Month Calendar derived
directly from the Common Control DLL.
There are several downloadable calendar forms at the Links page
at my website. As these are forms you can also do anything with them
you want.

You can also use the calendar form which comes in the Access <insert
your version here> Developers Handbook by Litwin/Getz/Gilbert,
publisher Sybex www.developershandbook.com. These books are well
worth spending money. Every time I open one I save the price of the
book.

Tony

--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Back
Top