I have a query which shows employee Totals it has the following fields:
Emp: [EmployeeLastName] & ", " & [EmployeeFirstName]
LogHours
Total: Sum
TotalWorkedPgs
Total: Sum
WorkDays: Sum([LogHours])/8
AvgPgs: (Sum([TotalWorkedPgs]))/(Sum([LogHours])/8)
JobType
JobEffort
-----
Job Effort is a has 3 values: My Corrections, Others, YOYO
I would like to know the:
Sum of TotalWorkedPgs when Job Effort is My Corrections
Sum of TotalWorkedPgs when Job Effort is Others
Sum of TotalWorkedPgs when Job Effort is YOYO
Because I need all of this information on a report.
Any help will be appreciated.
Thanks
Emp: [EmployeeLastName] & ", " & [EmployeeFirstName]
LogHours
Total: Sum
TotalWorkedPgs
Total: Sum
WorkDays: Sum([LogHours])/8
AvgPgs: (Sum([TotalWorkedPgs]))/(Sum([LogHours])/8)
JobType
JobEffort
-----
Job Effort is a has 3 values: My Corrections, Others, YOYO
I would like to know the:
Sum of TotalWorkedPgs when Job Effort is My Corrections
Sum of TotalWorkedPgs when Job Effort is Others
Sum of TotalWorkedPgs when Job Effort is YOYO
Because I need all of this information on a report.
Any help will be appreciated.
Thanks