K
kev100 via AccessMonster.com
This seems like it should be really simple....I'm still learning Access and
can't quite get it. I've searched for the process, but those I've found all
seem slightly different.
I've simply got a table with a few 100 records.
One of the fields in each record is CITY.
The city name could be just about anything.
I'm needing a query to produce a count of all the instances. The end result
would, ideally, be something like:
Town Total Instances
Columbus 345
Brownsville 53
Greenville 110
Middlesville 89
etc...
Would this just be some various of SUM() ?...other?
Thanks very much.
can't quite get it. I've searched for the process, but those I've found all
seem slightly different.
I've simply got a table with a few 100 records.
One of the fields in each record is CITY.
The city name could be just about anything.
I'm needing a query to produce a count of all the instances. The end result
would, ideally, be something like:
Town Total Instances
Columbus 345
Brownsville 53
Greenville 110
Middlesville 89
etc...
Would this just be some various of SUM() ?...other?
Thanks very much.