Re: User enter date like "12/05/345



Hi Tony --

Yep, it's a very painful area. I wrote my own common control based date/time picker
control once, too, simply out of frustration with the available options. Nasty
stuff, dates!

Later... Karl
--
..NET: It's About Trust!
http://vfred.mvps.org



Tony Toews [MVP] wrote:
"Karl E. Peterson" <karl@xxxxxxxx> wrote:

A lot of folks simply give up, and use a calendar-type control instead.

If the environment is Access we prefer using a form given the
distribution and versioning problems of ActiveX controls.

See the Calendar Tips page at my website
http://www.granite.ab.ca/access/calendars.htm

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

One alternative is MonthCalendar is a completely API generated Month
Calendar derived directly from the Common Control DLL. There are
links to several downloadable calendar forms 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.

Duane Hookum has an awesome and simple calendar in a report. See the
Calendar Reports sample section at
http://www.access.hookom.net/Samples.htm

Tony



.



Relevant Pages

  • Re: calender on continuous form
    ... "Stephen Lebans" wrote: ... > the Microsoft Month Calendar Common Control in an easy to use interface. ... > as there are if you use the ActiveX Month Calendar control. ...
    (microsoft.public.access.forms)
  • Re: Calendar on Form
    ... the Microsoft Month Calendar Common Control in an easy to use interface. ... A2K Version here: MonthCalendar Access 2000.zip ... In other words this is not an ActiveX control! ...
    (microsoft.public.access.forms)
  • Re: Calendar Control
    ... the Microsoft Month Calendar Common Control in an easy to use interface. ... "Roger" wrote in message ...
    (microsoft.public.access.formscoding)
  • How to draw a full common control offscreen?
    ... Is there a way to draw the content of an entire common control (Month ... Calendar, Treeview, whatever) into an offscreen DC? ... I need to take a picture of the result but I don't want to have to create a ...
    (microsoft.public.win32.programmer.ui)