form that looks like a calender

S

smason

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
 
D

Dean

Does it have to be an Access report? If not you could automate Outlook and
take advantage of its built in calendar printing capabilities.
 
D

Dean

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.
 
Top