How can I count how often information recurs in my database?

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

Guest

My company uses an SQL database to record the passenger pickups we make. Can
anyone help me get started building an Access query that will tell me how
often a certain address is visited?
 
My company uses an SQL database to record the passenger pickups we make. Can
anyone help me get started building an Access query that will tell me how
often a certain address is visited?

Well, not without knowing a bit more about the structure of the
data... but a Totals query grouping by Address and Counting the
primary key would be a good place to start.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

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

Back
Top