K
Kirk Speen
Hi,
I have a form that has two calendar controls. I want to
set the initial values of these to today's date. Seems
simple enough, but the code:
'Set the calendar controls to today's date
actx_FromDate.Value = now()
actx_ToDate.Value = now()
seems to have no effect on my calendars at all & they keep
the default value set in the properties sheet.
Can anyone tell me what I'm doing wrong?
I have a form that has two calendar controls. I want to
set the initial values of these to today's date. Seems
simple enough, but the code:
'Set the calendar controls to today's date
actx_FromDate.Value = now()
actx_ToDate.Value = now()
seems to have no effect on my calendars at all & they keep
the default value set in the properties sheet.
Can anyone tell me what I'm doing wrong?