I am sure this is simple.
I have a table of reports that contain the email address of someone being reported. I want to count multiple instances of reports containing the same email address.
Help??
I am sure this is simple.
I have a table of reports that contain the email address of someone being reported. I want to count multiple instances of reports containing the same email address.
Help??
Create a relation linking the email to itself. Then create a Rollup counting the number of items in the relation.
Thanks!! Struggled for some reason, but all OK now
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.