Novice1
02-28-2005, 05:41 AM
I want to add the number of unique records in the report footer. Can I count the number of unique records using Count and Select Distinct? I cannot seem to make it work. Any help would be appreciated.
=Count (Select Distinct [Name])
=Count (Select Distinct [Name])