I have a query to count the number of records each employee (with certain criteria) has.
4 fields: EmplNumber,DateWorked,Code,Count
The count field I added and just put a one in each record. So that in my report I am grouping by Employee Number, and just showing the summary info, after summing...