A
Annette
I have a query that returns the DateWorked, WorkerID, ServiceID,
TotalHours. I would like to get a report that shows on a particular
day, all the ServiceID's a Worker did and for how many hours.
So if the data looked like this (DateWorked, Worker ID, ServiceID and
TotalHours)
01/01/2011 1 99 2
01/01/2011 1 97 4
01/01/2011 1 80 2
01/01/2011 2 99 1
01/01/2011 2 91 3
01/01/2011 2 70 5
The results would be that on 01/01/2011 worker 1 worked 8 hours on
99,97,80 and on 01/01/02011 worker 2 worked 9 hours on 99,91,70.
How can I do this?
TotalHours. I would like to get a report that shows on a particular
day, all the ServiceID's a Worker did and for how many hours.
So if the data looked like this (DateWorked, Worker ID, ServiceID and
TotalHours)
01/01/2011 1 99 2
01/01/2011 1 97 4
01/01/2011 1 80 2
01/01/2011 2 99 1
01/01/2011 2 91 3
01/01/2011 2 70 5
The results would be that on 01/01/2011 worker 1 worked 8 hours on
99,97,80 and on 01/01/02011 worker 2 worked 9 hours on 99,91,70.
How can I do this?