Calendar default date

  • Thread starter Thread starter Bellsouth
  • Start date Start date
B

Bellsouth

I have a form with two calendar controls to select a start date and end date
for a report.
How can I get the calendar to display the current month and year as a
default when the form is opened?
At present they display the month and year that the form was created.
Thanks
Hank Hendrix
 
Bellsouth,
Use the OnLoad event of the form...
YourCalName.Value = Date
hth
Al Camp
 

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

Back
Top