Outlook style calendar

  • Thread starter Thread starter Paul H
  • Start date Start date
P

Paul H

I would like to put an Outlook style calendar in my Access database to make
managing appointments easier. (I can not guarantee all users will have
Outlook so I need to have the calendar/diary within the database.)

I couldn't find any info in Google groups, I thought there would be loads of
requests for something like this.

Paul
 
I would like to put an Outlook style calendar in my Access database to make
managing appointments easier. (I can not guarantee all users will have
Outlook so I need to have the calendar/diary within the database.)

There's no native control that does this. Here's a mockup of a calendar:

http://www.aislebyaisle.com/access/calendartool.htm

It's pretty crude looking but may work for you. Otherwise, you'll need to go to an ActiveX control. There are several
out there, but none that I could find that are guaranteed to work in Access. I use CodeJock's calendar control with my
VB projects, and it works pretty well, and looks a lot like Outlook's calendar.

http://www.codejock.com/

There may be more out there as well; try searching on "schedule activex" or something like that



Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
 
Back
Top