I've placed the MsCal Calendar Control (acxCal) on a form along with a "Today" button.
I'd like the Today button to be disabled when today is selected on the calendar and enabled when it is not.
I've already the On Click of the button to:
This works fine.
But, I'd like the button to be disabled after the calendar selection is today.
I'm assuming I need to put something in the AftewrUpdate of the calendar but I'm not sure how to implement this.
Any help will be appreciated,
James
I'd like the Today button to be disabled when today is selected on the calendar and enabled when it is not.
I've already the On Click of the button to:
Code:
Me!acxCal.Value = Date()
But, I'd like the button to be disabled after the calendar selection is today.
I'm assuming I need to put something in the AftewrUpdate of the calendar but I'm not sure how to implement this.
Any help will be appreciated,
James