how to create a monthly chart with number of days

  • Thread starter Thread starter Jetforce 777
  • Start date Start date
J

Jetforce 777

I want to create a horizontal chart with the numbers 1-31 at the top of each
"square on the chart and space to type in items on the left hand side of the
chart . The total squares would be 10 vertical and 31 horizontal. The
chart will be used to write in temperatures an check marks each day . Basic
check list chart
 
You could run the chart from a query with Nz([Field],0) if you have enough
fields this will do it. If not then the "results" (null) will not be included
 
Back
Top