Calendar

  • Thread starter Thread starter Stephanie Neveu
  • Start date Start date
S

Stephanie Neveu

I have an access 2002 project that is connected to a SQL server 2000
database. Does anyone know how to create a calendar that would work like
Outlook's calendar. I am already using MSCAL.Calendar.7 but it doesn't show
the actual information on the calendar, you have to click on a date and my
subform requeries to that date. But I want to create a calendar form that
will show the actual data on the calendar like Outlook. Any help would be
greatly appreciated. Thanks in advance.

Stephanie
 
It is quite easy to code a calendar. Over the years, I have coded many
calendars, and making a full screen calendar in ms-access that displays
data/text in each box is only a few hours of work. I used the same sub-form
for each date, and as a result VERY little code is needed to run the whole
calendar.

However, to save those few hours...check out the links/examples at:

http://www.granite.ab.ca/access/calendars.htm
 
Back
Top