Date Picker Modification

  • Thread starter Thread starter -dK
  • Start date Start date
D

-dK

Access '07 is now packaged with a date picker. What I would like to do
perform data validation prior to presentation so I can modify the
presentation of the calendar control that pops up.

I have found some obscure reference for visual C applications but not for
VBA. I am looking for procedures, methods, properties, etc., as a place to
start. I am not opposed to overloading so that I may accomplish this goal.

If anyone can point me in the right direction it would be appreciated.

thanks.
-dK
 
-dK said:
Access '07 is now packaged with a date picker. What I would like to do
perform data validation prior to presentation so I can modify the
presentation of the calendar control that pops up.

You may be best using an Access calendar form which would give you a
lot more control than what would be available via an API. Assuming
there is indeed an API available for the A2007 date picker.

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

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
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Back
Top