Calender Control 9.0 Questions

D

David Matyas

I am using the "calender control 9.0" to put a date
selector on my form. Is there a way that i can make that
when i reach it in the tab order (and only then), it will
by default select todays date (but if neccesary i should
be able to change it to a different date)?

Thank You
 
V

Van T. Dinh

You can use the Today Method of the Calendar Control. Check Access VB Help
on the Today Method of the Calendar Control.

Alternatively, you can set its value to Date().
 
Top