Calendar Control Issue - Revisited

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
 
A

Allan Murphy

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top