G
Guest
Use Me.ocxCalendar.value = Forms(strFormName).Controls
(strCtrlName).value
This will set the date on the calendar control to the
value entered into your control.
openargs, then I need to:
gives me an error. How do I refer to them as controls?
(strCtrlName).value
This will set the date on the calendar control to the
value entered into your control.
in 'from' and 'to' dates. I a pass the control names in-----Original Message-----
I have a calendar routine (a separate form) for filling
openargs, then I need to:
can only access them as strings and 'stringname.value'(1) Access the current value to set the calendar
(2) Reset the current value when the calendar is closed
How would I do this, I am passing the control names but I
gives me an error. How do I refer to them as controls?