i have a query i am working on that is sorted, sumed and grouped... i have it grouped by 4 fields (date, class, rate, shift) with one sumed field (hours). it doesn't group and sum the data correctly.
here is the SQL
SELECT EnterJobLabor.Classification, EnterJobLabor.Rate...