Calendar Control Events

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.
 
M

MacDermott

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
 
A

Alan Fisher

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




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top