How can I break on a partial field while returning counts?

G

Guest

I need to create a query that will return counts for partial zip codes. For
example, I need the counts for each different 999xx combination, as I am only
concerned with the first 3 digits of the zip code. How can this be done?
 
G

Guest

Thanks Duane!

Duane Hookom said:
Use a totals query that groups by Left([ZipCode],3).

--
Duane Hookom
MS Access MVP

steven8264 said:
I need to create a query that will return counts for partial zip codes.
For
example, I need the counts for each different 999xx combination, as I am
only
concerned with the first 3 digits of the zip code. How can this be done?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top