Calendar Control Issue - Revisited

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
I have a calendar called calendar_date which I created using the toolbox.

When I open the form today's date is highlighted on the calendar using the
following code in the On Load event

calendar_date = Date

HTH
 
Back
Top