View Full Version : ActiveX Calendar Current Date


Neo90815
08-17-2000, 08:33 AM
Hi,

I have an ActiveX Calendar that would not update to current date. Please help, how would I default the calendar to the current date??

Previous post shows the following code to default calendar to current date, but it does not work.

******************************************
Calendar.Value = IIf(IsNull(cal), Date, cal.Value)
*****************************************

Thanks!

Neo90815
08-17-2000, 10:01 AM
Resolved, See Form