F
Fred
I'm boiling this down so that the answer will be small enough for my brain to
understand.
Let's say that I have table named "People" that has has a field "FirstName",
many of which are duplicated.
I would like a query to puts out a row for each first name. The first
column is the FirstName and the second column is the number of people who
have that first name. So, if there are 10 records in the table, with 6
Johns and 4 Dougs, the query would put out only 2 rows as follows:
John 6
Doug 4
Thanks in advance
Fred
understand.
Let's say that I have table named "People" that has has a field "FirstName",
many of which are duplicated.
I would like a query to puts out a row for each first name. The first
column is the FirstName and the second column is the number of people who
have that first name. So, if there are 10 records in the table, with 6
Johns and 4 Dougs, the query would put out only 2 rows as follows:
John 6
Doug 4
Thanks in advance
Fred