Calendar Report with Just Date and Short Note Field

R

rjerskine

I am looking for a simple way to create a Monthly Calendar report that is filled from a table that has two fields, "NoteDate" and "Note". I would like it to display all 7 days of the week (Sun - Sat) and all weeks of the Month per page in landscape view. Any suggestions???
 
D

Duane Hookom

You might start with the monthly calendar report. It displays records from
your table(s) in the same format as a month view calendar. This report uses
multiple copies of a single subreport (one per day of week).

--
Duane Hookom
MS Access MVP
--

"[email protected]"
Those look like they are very useful but alot more than what I am looking
for. I need to create something that will lay out the month like a calendar
and add short notes to the days. Was their something specific I should be
looking at in those reports to do this?
 
D

Duane Hookom

Did you run the code? Did you look at "Calendar Style Schedule" button on
the form that opens?

--
Duane Hookom
MS Access MVP


"[email protected]"
Ok maybe I am doing something wrong. I downloaded the Caledar.mdb, but
dont see the monthly report you mentioned. I see the following reports...
 
R

rjerskine

Yes and this report would be close to what I want exept that it doesnt aline the date with the day of the week. Is this something that could easily be done with this report?
 
D

Duane Hookom

It seems to me that the calendar dates align with Monday - Friday for the
time period reported. I'm not sure what you are seeing.

--
Duane Hookom
MS Access MVP


"[email protected]"
Yes and this report would be close to what I want exept that it doesnt
aline the date with the day of the week. Is this something that could
easily be done with this report?
 
Top