I have a report that pulls from 2 tables with the following fields:
employeeid, lastname, firstname (table 1)
date, hoursworked (table 2)
I am trying to run a simple report that shows id, name and total hours for a given time period. in the report i need to group by employeeid, but want the...