So, I've gotten my query to Sum a field according to Group By criteria. Simple enough, now that I've seen how it's done.
But, the summed data is not part of a table, it's a calculated value, like this;
SELECT [Light Duty].ID, [Light Duty].lname, [Light Duty].fname, [Light Duty].empno, [Light...