ActiveX control: Calendar

Gkirkup

Registered User.
Local time
Today, 01:16
Joined
Mar 6, 2007
Messages
628
I am trying to work with the ActiveX control: Calendar to make a working calendar. How do I get from the calendar to anything else, using the date selected on the calendar? Can I even do that?

Robert
 
What version of Access are you using? And what do you mean by "get from the calendar to anything else, using the date selected on the calendar"? Please elaborate.
 
How do I get from the calendar to anything else, using the date selected on the calendar?

If you are referring to the Datepicker OCX control, then you refer to the control.Value in other code to obtain the date the control is selected to.
 

Users who are viewing this thread

Back
Top Bottom