R
rm
A form contains a Calendar Control 11.0 in the formheader area.
The form is a continuous form.
When no records are present on the form the Calendar Control is
locked.
Allow Edits and Allow Additions is set to true on the form. Enabled =
True, Locked = False is set on the Calendar Control.
I can find no reasonable answer as to why the calendar is locked.
The onclick event contains
Me.lblDate.Caption = Format(calStatusRecordDate.Value, "dd-mmm-yyyy")
However the date will not change.
Help!
The form is a continuous form.
When no records are present on the form the Calendar Control is
locked.
Allow Edits and Allow Additions is set to true on the form. Enabled =
True, Locked = False is set on the Calendar Control.
I can find no reasonable answer as to why the calendar is locked.
The onclick event contains
Me.lblDate.Caption = Format(calStatusRecordDate.Value, "dd-mmm-yyyy")
However the date will not change.
Help!