count number

  • Thread starter Thread starter Jeff Klein
  • Start date Start date
J

Jeff Klein

Is there a way to show a count of records with the same part numbers.
 
Jeff

Create a new query in design view.

Add the table with the part numbers.

Click on the Totals button (looks like a "sum of" button from Excel).

Add the [PartNumber] field ... leave the aggregation as "GroupBy".

Add the table's primary key field ... change the aggregation to "Count".

Run it.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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