Why am I missing Calendar Control 12.0

M

mr3316a

could anyone tell me why am I missing Calendar Control 12.0 in my Access 2007
install, and where can I get a copy?
Thanks in advance
 
M

Maurice

One of the reasons is the fact that you can choose a date from a default
calendar when accessing a datefield. You can set this option in your
tabledesign. By default access will show a calendar option. If you do want to
use a calender option you should go for the datepicker control. The calender
control will be an option that isn't going to be around anymore. There are
various calender controls developed by users from this NG which you can embed
in your app if you prefer the old calender tool.
 
J

Jeff Boyce

If I recall, Microsoft removed the ActiveX control for this, but left you
the ability to have a pop-up calendar for picking dates.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
A

Avid Fan

could anyone tell me why am I missing Calendar Control 12.0 in my Access 2007
install, and where can I get a copy?
Thanks in advance

When I first looked at Access 2007, I was wondering what was going?
Where are all those controls?

The answer is you don't need them.

If you put a textbox in a form and format it for date. When you run the
form a date picker will appear next to the textbox.

Forget about active X unless you really really need them. Active X is
more trouble than it is worth.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top