T
trevorC via AccessMonster.com
Hi,
I have a query as shown, that gives me the number of repairs per week, but
the output shows an entry for each day of the week with the total as well,
can i just get the total per week and the week number or week start date even.
requested o/p =
sample only
Week start 1/1/10 74
Week start 7/1/10 13
Week start 15/1/10 116
SELECT DatePart("ww",[out]) AS [Repairs per Week], gamrep.Out
FROM gamrep;
Any help would be great.
I have a query as shown, that gives me the number of repairs per week, but
the output shows an entry for each day of the week with the total as well,
can i just get the total per week and the week number or week start date even.
requested o/p =
sample only
Week start 1/1/10 74
Week start 7/1/10 13
Week start 15/1/10 116
SELECT DatePart("ww",[out]) AS [Repairs per Week], gamrep.Out
FROM gamrep;
Any help would be great.