To get your RegHrs, OTHrs, SickHrs, etc. to show up as seperate values, even though they are stored in a single field you must use a crosstab query. The query will have:
RowHeadings - TDate,Employee,JobNo,Description
ColumnHeading - TypeTime
Value - Sum of TypeTime (not sure as I type that...)...