I have a report that sums work hours for each employee in a given date range. I added a text box to count the Name field. Like this
=Count(Name). But even though each employees name only appears once on the report, the Count(Name) counts all records for each employee in the date range. How do I get a Distinct Count for the Name field. I tried Distinctcount Uniquecount Dcount. But to no avail. should I not be trying this in the control source property of the text box. Could someone help with this.
Rory
=Count(Name). But even though each employees name only appears once on the report, the Count(Name) counts all records for each employee in the date range. How do I get a Distinct Count for the Name field. I tried Distinctcount Uniquecount Dcount. But to no avail. should I not be trying this in the control source property of the text box. Could someone help with this.
Rory