Wow, wasn't even sure how to title this post.!!
Here's what I got . . .
I have a database where I keep employee overtime hours. In the database my queries are designed to show total overtime hours employees have worked and total hours of overtime that has been offered to them. I then use this to offer overtime each week, by shift.
Here is what I have, Example below,
John Smith Clock #: 114 Total OT Hours worked = 200 Total OT Hours Offered = 270 Shift: A
Don Grody Clock #: 94 Total OT Hours worked = 201 Total OT Hours Offered = 270 Shift: A
Sam Riles Clock #: 22 Total OT Hours worked = 197 Total OT Hours Offered = 270 Shift: A
Dave Keepers Clock #: 400 Total OT Hours worked = 168 Total OT Hours Offered = 270 Shift: A
John Smith Clock #: 114 Total OT Hours worked = 200 Total OT Hours Offered = 270 Shift: B
John Smith has been transferred to A Shift permanently, but he is seen in the report twice because he also worked on B shift throughout the year. I want to be able to show all Overtime hours he has worked but only show him on the report once.
How could this be done, easily?