form that looks like a calender

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

Guest

I want to build a table in Access so that i can input 'dates' into the table
and then produce a report which looks like a calender using the date
information

can this be done

Any help would be appreciated
 
Does it have to be an Access report? If not you could automate Outlook and
take advantage of its built in calendar printing capabilities.
 
In the Access 2002 Developers handbook by Getz, Lit and Underlay, there is
code to create a Form that looks like a monthly calendar. You could modify
their code to create a printable report instead of a form, or just print
their form if that meets your needs.
 
Back
Top