O
OssieMac
I have a query created with the query builder that has the Unique values
properties set to Yes. I would like to be able to add a virtual field to the
query that will return the actual count of each of these records in the
database.
Example:
If Unique values is set to No then following output with records repeated:
This Person
This Person
This Person
This Person
Another Person
Another Person
With the Unique values set to Yes the following output with only one line
each for identical output.
This Person
Another Person
I want an output like the following that counts the number of times each
record appears in the database:
This Person 4
Another Person 2
Is this possible with a query and how do I add it to the query builder?
properties set to Yes. I would like to be able to add a virtual field to the
query that will return the actual count of each of these records in the
database.
Example:
If Unique values is set to No then following output with records repeated:
This Person
This Person
This Person
This Person
Another Person
Another Person
With the Unique values set to Yes the following output with only one line
each for identical output.
This Person
Another Person
I want an output like the following that counts the number of times each
record appears in the database:
This Person 4
Another Person 2
Is this possible with a query and how do I add it to the query builder?