G
Guest
I have an unbound calendar control on a form. I use this calendar to set the
values of various date fields on the form. The date that seems to display on
the calendar control is the date I placed the control on the form. Is there a
way for me to display the current date on the control when the form is
opened. I've tried setting it's value to now() in the on open event of the
form and while this probably does set the value of the control to todays date
it does not seem to change the display date.
TIA
values of various date fields on the form. The date that seems to display on
the calendar control is the date I placed the control on the form. Is there a
way for me to display the current date on the control when the form is
opened. I've tried setting it's value to now() in the on open event of the
form and while this probably does set the value of the control to todays date
it does not seem to change the display date.
TIA