D
DavidG
Hi,
I'm using Microsoft Calendar Control 11 on a form.
The calendar control is bound to "ChaseDate".
If there's no "ChaseDate" set,
how do I get the calendar to show todays date when the form opens,
without setting the ChaseDate value?
I've tried
On Load
Me.ChaseDateCalendar.Object.Value = Date
but this sets "chasedate"
TIA
DavidG
I'm using Microsoft Calendar Control 11 on a form.
The calendar control is bound to "ChaseDate".
If there's no "ChaseDate" set,
how do I get the calendar to show todays date when the form opens,
without setting the ChaseDate value?
I've tried
On Load
Me.ChaseDateCalendar.Object.Value = Date
but this sets "chasedate"
TIA
DavidG