the code for one of the graphs is : SELECT (Format([Date],"DDDDD")),Avg([S1,1]) AS [AvgOfS1,1] FROM [Graph-Weekly] GROUP BY (Format([Date],"DDDDD"));
"S1,1" is one of the 10 areas
"Graph-Weekly" is the Query
The Record Source for the Report is "Graph-Weekly