Im using the MSCAL.Calendar.7 activeX control and want a form field to update on a double click of the date selected in the ActiveX control.
Currently I have
Private Sub ActiveXCtl6_Updated(Code As Integer)
Me!Quote = Me!ActiveXCtl6
Me.Refresh
End Sub
But it only updates when I click on date in the Control and then the field.
There is no DoubleClick event on the Calendar control.
David
Currently I have
Private Sub ActiveXCtl6_Updated(Code As Integer)
Me!Quote = Me!ActiveXCtl6
Me.Refresh
End Sub
But it only updates when I click on date in the Control and then the field.
There is no DoubleClick event on the Calendar control.
David