Active X Calendar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Add the following code in the Active X Calendar's double click event

me.textboxname = me.activexcalendarname.value
 
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
 
Back
Top