Thought this would be simple but I can't seem to find an answer. I want to count the number of unique values in a field and show that number on a report. The report is based on a select query that is based on a table "Videos". The records in the table have 3 fields. GBSize, VideoFilename, VideoFolderName, so there are duplicate VideoFolderNames in the records. There are approximately 5,000 files distributed between 116 folders in the table.
I have grouping on the report that allows me to list each VideoFolderName and the number of files in that folder. I can list the folders and the number of files in each folder on the report with no issues, however I want to list the number of Folders in the report header and can't seem to figure that out. Any help would be appreciated.