Creating an interactive calendar

T

Theirry Henry

I need to have a calender on my form that when a date is clicked on, it will
take me to my booking form automaticaly entering the date i just clicked on.
Is there any easy way i can set this up?
 
T

Tatakau

I try to avoid pre-built solutions, but for something this complicated as
this you might want to consider it. Access comes with a ActiveX Calendar
(Insert > ActiveX Control). If you use it, it may or may not automatically
enable the VB Reference it needs.

A far better solution, however, was made by Allen Browne, and is available
on his website. http://allenbrowne.com/ser-51.html One form (the calendar)
and one module and an example form with directions on the website. Very easy
to use and configure, and easy to expand the calendar to any text field.

hth,

Nick
 
Top