Active X Calendar

G

George

I know I asked this already and the general response is use a pop-up
calendar, I would rather not. How can I click on the Activex Calendar and
have it transfer the date to a text box ?

Thanks
 
A

Analyst72

Add the following code in the Active X Calendar's double click event

me.textboxname = me.activexcalendarname.value
 
G

George

Thanks - That Works ...

Can you also tell me what I have to do to make the calendar keep the correct
date,
it seems to be stuck on the date I installed it in my form.

George
 
Top