Calendar Control Events

  • Thread starter Thread starter Alan FIsher
  • Start date Start date
A

Alan FIsher

I want to update a forms text box with a calendar control
value every time the user changes the date on the
calendar.
I cannot find an event either on the form or the Calendar
Control that allows this to happen.
I'm using MS Calendar Control 9. Any Ideas??? Thanks for
any help.
 
Put a calendar control on your form.
Now open the code window for that form, and find the calendar control in the
drop-box on the top left. (If you haven't changed it, it will look
something like ActiveXCtl0.)
Open the drop-box on the top right, and you will find a list of events you
can use.
Some you might consider would be:
BeforeUpdate
AfterUpdate
Click
Updated
LostFocus

HTH
= Turtle
 
Thanks!!!
-----Original Message-----
Put a calendar control on your form.
Now open the code window for that form, and find the calendar control in the
drop-box on the top left. (If you haven't changed it, it will look
something like ActiveXCtl0.)
Open the drop-box on the top right, and you will find a list of events you
can use.
Some you might consider would be:
BeforeUpdate
AfterUpdate
Click
Updated
LostFocus

HTH
= Turtle




.
 
Back
Top