I assume that you are referring to the Microsoft ActiveX Calendar control.
In the Current event of the form containing the control, add the following
line:
Me.MyCalendarControlName.Value = Date
(substituting the correct name for your control).
Note: this will not work in the form's Open event!
I assume that you are referring to the Microsoft ActiveX Calendar control.
In the Current event of the form containing the control, add the following
line:
Me.MyCalendarControlName.Value = Date
(substituting the correct name for your control).
Note: this will not work in the form's Open event!
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.