S
SAC
I would like to set the default date for the cal control to today.
I've placed the cal control on a form and on the form's open event I put in:
objCalControl.Value = Date()
But this isn't changing anything.
What do I need to do?
Thanks.
I've placed the cal control on a form and on the form's open event I put in:
objCalControl.Value = Date()
But this isn't changing anything.
What do I need to do?
Thanks.