Hi, I have a database in access with the following columns:
Day
AgentID
ManagerID
Grade
They got information about agents and some grades.
I would like to have ONE form with several grouping (yearly quarterly
and weekly) with the respective average.
So I need to create a query that would convert the Day in Year,
Quarter, Week
Then do an average of Grade
Then create a report using the query.
So is this possible?
IE:
January 2 2008
123456 6666666 95
345678 7777777 85
345678 8888888 100
January 3 2008
123456 6666666 100
345678 7777777 60
345678 8888888 100
Average week of December 30th: 90
February 5 2008
123456 7777777 30
986543 9999999 80
....
Average Quarterly 1: 69.38
Average Yearly of 2008: 69.38
Day
AgentID
ManagerID
Grade
They got information about agents and some grades.
I would like to have ONE form with several grouping (yearly quarterly
and weekly) with the respective average.
So I need to create a query that would convert the Day in Year,
Quarter, Week
Then do an average of Grade
Then create a report using the query.
So is this possible?
IE:
January 2 2008
123456 6666666 95
345678 7777777 85
345678 8888888 100
January 3 2008
123456 6666666 100
345678 7777777 60
345678 8888888 100
Average week of December 30th: 90
February 5 2008
123456 7777777 30
986543 9999999 80
....
Average Quarterly 1: 69.38
Average Yearly of 2008: 69.38
Comment