How do I report in calander format from Access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to display or print a report that shows due dates of projects on
a calander for easy tracking.
 
On Thu, 1 Nov 2007 06:54:01 -0700, Mikebo

There is no easy way to do that with Access' built-in tools. You may
want to look into 3rd party calendar controls, or export the data to
Outlook's calendar.
I have once implemented a calendar on a form. It displays 3 weeks of
jobs, using 7 * 3 MsFlexGrid controls.

-Tom.
 
Back
Top