Query Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am currently trying to run a query that will give me a report coming from a
table with these fields: City, Trailer #. I need the query to list the
trailer #'s for each city within a certain date range. However, I only need
it to show the total amount of trailers for each city, not list each trailer
individually. How do I accomplish this by using a query?

Thank You.
 
Create your query with City as the first column and trailer # as the second.
Click the sigma (totals) button on the toolbar. Leave the City as 'group by'
but change the trailer # total row to count. Run the query.
 

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

Similar Threads

Need help with a query... 1
More Query Questions 9
Date Range Comparison 3
Formula will not work 14
Query Trouble 1
Formula not working in a Query 7
Default value return 4
Is it Possible? 2

Back
Top