G
Guest
I have a query that I want to calculate the average of three different fields
pulled from a table: [EmployeePerformanceRating],
[WorkOrderPerformanceRating], and [ContractPerformanceRating]. I tried to
create another query field "TotalPerformanceRating" using the following
experession to calculate the average of the three fields mentioned above:
Avg([EmployeePerformanceRating] +[WorkOrderPerformanceRating]
+[ContractPerformanceRating]). However, I keep getting the error message "
You tried to execute a query that does not include the specified expression
'ID' as part of the aggregate function.
FYI
The query is set up with the following fields pulled from a table: ID
(automatic number assigned by Access per row entry), Month, Year, Divsion,
ShopName, EmployeePerformanceRating, etc.
All I need is to calculate the average of those three fields per row entry.
How do I set-up the query to accomplish this simple task? Please Help...
pulled from a table: [EmployeePerformanceRating],
[WorkOrderPerformanceRating], and [ContractPerformanceRating]. I tried to
create another query field "TotalPerformanceRating" using the following
experession to calculate the average of the three fields mentioned above:
Avg([EmployeePerformanceRating] +[WorkOrderPerformanceRating]
+[ContractPerformanceRating]). However, I keep getting the error message "
You tried to execute a query that does not include the specified expression
'ID' as part of the aggregate function.
FYI
The query is set up with the following fields pulled from a table: ID
(automatic number assigned by Access per row entry), Month, Year, Divsion,
ShopName, EmployeePerformanceRating, etc.
All I need is to calculate the average of those three fields per row entry.
How do I set-up the query to accomplish this simple task? Please Help...