Hi all,
I have a query that pools several tables so that I can group data together. I am trying to count the number of UNIQUE values for two fields into a report, grouped by "location". Right now, my report counts the values including duplicates, per "location".
This is how...