There are only three tables:
LABOR.LABORCODE = General Employee Info, labor code
LABTRANS.REFWO = Employee labor code, date, time, refnum
WORKORDER.WONUM = Work order (wonum) to track school labor
These are all linked inner join, laborcode to laborcode, refnum to wonum.
I can view all of the records. I have these grouped by school which are displayed in the Group Header, and in the Detail row I have the employees. I can retreive and view all of the records. However, I would like to remove a school from the report if a specific employee hasn't charged any time to it.
Edited by jgarner - 15 Aug 2011 at 11:27am