Hello,
For some reason I cannot get this figured out, I'm looking to have a query return total overtime hours that each employee has worked through the year, starting with 1/1/2015.
The fields in the Query are . . .
- Period Ending, (Pay period end date, Typically every Sunday)
- Total Overtime Hours Worked, (How many hours over the employee worked during that period)
- Employee_Id
Example: Kelly Smith 3
Dave Hart 22
Scott Davidson 17
What I'm getting is . . .
Kelly Smith 2
Kelly Smith 1
Dave Hart 20
Dave Hart 2
Scott Davidson 10
Scott Davidson 17
Hope someone can help,
Speck