B
Bill
My application uses the Access ActiveX
Calendar to set a text-box control based
on the user's selection within the calendar.
I tried to initialize the calendar's control to
the current date in the form's Open thus:
Me.ctlCal.Value = Date
Where ctlCal is the calendar's control. The
property sheet for the control clearly shows
the "Value" property, but the statement
above had no affect.
What's up with that?
The extended property sheet via "Custom"
also shows a Value property.
Thanks,
Bill
Calendar to set a text-box control based
on the user's selection within the calendar.
I tried to initialize the calendar's control to
the current date in the form's Open thus:
Me.ctlCal.Value = Date
Where ctlCal is the calendar's control. The
property sheet for the control clearly shows
the "Value" property, but the statement
above had no affect.
What's up with that?
The extended property sheet via "Custom"
also shows a Value property.
Thanks,
Bill