bethabernathy
Programmer
Hi - I have a report that is based on a temp table that pulls data from several append queries. The report sorts out by different types. Some of the records are reported more than once as they might be listed in more than one of the groups.
I need to put a control on the report that counts the unique values. Unique fields include:
=Count([Expr1])
=Count([incidentID])
But, again these records may appear more than once in the report.
Any help is greatly appreciated.
Thanks, Beth
I need to put a control on the report that counts the unique values. Unique fields include:
=Count([Expr1])
=Count([incidentID])
But, again these records may appear more than once in the report.
Any help is greatly appreciated.
Thanks, Beth