calendar control - don't see the On Click Event of the calendar co

G

Guest

I followed all of the directions for putting a calendar on a form using the
recommended link below. Everything worked fine except where it tells you
near the end to attach code the the ON Click event of the calendar control.

When I go to the calendar control the only properties for Events are

On Update
On Enter
On Exit
On Got Focus
On Lost Focus

I am using Access 2003 and not sure where to put the code so that when you
click on the DATE it goes into the combox for the cboStartDAte

See link Below

http://www.fontstuff.com/access/acctut09.htm


Any ideas?
Thanks,
Barb
 
L

Linq Adams via AccessMonster.com

Access handles ActiveX controls oddly. As you've found out, it only lists a
few events in the control's property sheet. For the OnClick event and others
you have to go into the code editor, use the left hand dropdown box to select
the control's name, then use the right hand dropdown box to select the event,
Click in this case!

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
 

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