Calendar event fails?

  • Thread starter Thread starter Bob2
  • Start date Start date
B

Bob2

Hi,
In one of my MS Access forms I have the Calendar 10
active-x control (I get this from the "More controls..."
icon when in design form view). However, I would like to
generate an event when I click on one of the dates of the
calendar so I can use some VBA code based on this action.

I am trying to use the "On Updated" event, however
nothing happens. I don't know if this is normal?

Any suggestions!

Thanking you all in advance... Any info can help!!!!!

Thanks
Robert
..
 
Hi,
Use the After Update event.
You won't see this on the property sheet. You have to go into the VB editor,
select your cal activeX control from the upper left combo, then select AfterUpdate
from the right hand combo.
 
----- Bob2 wrote: -----

Hi,
In one of my MS Access forms I have the Calendar 10
active-x control (I get this from the "More controls..."
icon when in design form view). However, I would like to
generate an event when I click on one of the dates of the
calendar so I can use some VBA code based on this action.

I am trying to use the "On Updated" event, however
nothing happens. I don't know if this is normal?

Any suggestions!

Thanking you all in advance... Any info can help!!!!!

Thanks
Robert
..
 
Back
Top