B
BillEchert
Hi, I am using the ActiveX Calendar control that comes with Access 2002.
I have a calendar control bound to the recordsource on a form. I have
enabled the check box. The date is not required so the associated report
will display a blank date. If a user wishes to enter a date they click the
calendar control's checkbox and select a date.
The issue is that the default month and year that displays when the checkbox
is clicked is the value when the control was created which is a date in the
past which requires the user to navigate through the month and year dropdowns
to get to the current date.
If I set the control's date value at the time of form load the control is
enabled. I don't want the control enabled until the user clicks the
checkbox.
Is there a way to set the date in the load event but not have the control
enabled or can the date be set when the checkbox is clicked?
Thanks for your help.
Bill
I have a calendar control bound to the recordsource on a form. I have
enabled the check box. The date is not required so the associated report
will display a blank date. If a user wishes to enter a date they click the
calendar control's checkbox and select a date.
The issue is that the default month and year that displays when the checkbox
is clicked is the value when the control was created which is a date in the
past which requires the user to navigate through the month and year dropdowns
to get to the current date.
If I set the control's date value at the time of form load the control is
enabled. I don't want the control enabled until the user clicks the
checkbox.
Is there a way to set the date in the load event but not have the control
enabled or can the date be set when the checkbox is clicked?
Thanks for your help.
Bill