I have a table with quite a few fields, one of which is a date field. All the other fields contain numbers between 1 and 3 which are calculated on my report as averages in four catergories (C) and a total average for all the catergories. At the present time, the report calculates every record in the table.
I need a report that will separate the data into weeks. My data is for a school, so there are not any records for weekend days. Every record will always be Monday through Friday.
The report should look something like this:
C1 C2 C3 C4 TOTAL
Week of 1-5-04 1 1 1 1 1
Week of 1-12-04 1 1 3 3 2
Week of 1-19-04 2 2 2 2 2
Week of 1-26-04 3 3 3 3 3
(Etc.)
(For some reason this example will not maintain its form when I preview it, but I hope it still gives you an idea of what I need.)
I hope this is enough information for you to help me.
Thanks