F
Frolickin
I have a table set up like this:
AUTO ID, NAME, NAME 2, etc.
The text in the NAME field can be repeated. I want to
count how many of each NAME there is and display them such
as:
Smith 23
Jones 12
Burns 10
etc.
How do I do this?
AUTO ID, NAME, NAME 2, etc.
The text in the NAME field can be repeated. I want to
count how many of each NAME there is and display them such
as:
Smith 23
Jones 12
Burns 10
etc.
How do I do this?