How to use a Calendar

  • Thread starter Thread starter Amin
  • Start date Start date
A

Amin

Hello,

I'm created a Calendar using Calendar Control 11.0, and I have a table of
attendance events with fields of date, and the name of the person. What I
would like is for a given month, I see what days people are out on the
calendar. Is there a way to do this?

Thanks,
Amin
 
On Thu, 11 Jun 2009 09:04:05 -0700, Amin

No, I think your average calendar control can't do that. Rather it is
designed to allow you to select a single date.
To do what you want would require a custom calendar control. Perhaps
you could push your data into Outlook Calendar?

-Tom.
Microsoft Access MVP
 
On Fri, 12 Jun 2009 07:26:01 -0700, Amin

I would recommend that you use your favorite search engine to find
related articles. Note, this will require a fair amount of VBA
programming and building up some familiarity with the Outlook object
model. Hope you're up to the challenge.

-Tom.
Microsoft Access MVP
 
Back
Top