G
Guest
Hello,
Yes, I've read the "Danger Will Robinson" warnings.
However, I'd like to better understand how to access the PROPERTIES of this
ActiveX Control.
I have a LOAD_FORM procedure, and would like to do something like:
Me.myCal.Value = Date
Me.myCal.Year = Year(Date)
Me.myCal.Month = Month(Date)
What is the specific syntax to do this, and in general, what is the syntax
to work with ActiveX controls properties?
Thanks.
Yes, I've read the "Danger Will Robinson" warnings.
However, I'd like to better understand how to access the PROPERTIES of this
ActiveX Control.
I have a LOAD_FORM procedure, and would like to do something like:
Me.myCal.Value = Date
Me.myCal.Year = Year(Date)
Me.myCal.Month = Month(Date)
What is the specific syntax to do this, and in general, what is the syntax
to work with ActiveX controls properties?
Thanks.