Find Minimum value for each change in part number

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

I have a query with a list of purchase orders which contains the same part
number many times. I want to find the minimum price paid for each part
number. I am starting to get in a hole with this one. Can anyone help???
 
I have a query with a list of purchase orders which contains the same part
number many times. I want to find the minimum price paid for each part
number. I am starting to get in a hole with this one. Can anyone help???

Try creating a Totals query. Select just the part number and the price; make
it a Totals query by clicking the Greek Sigma icon (looks like a sideways M).
Leave the default Group By on PartNumber and select Min on the Price field.
Open the query and you'll see all the partnumbers, each with the lowest price
for that partnumber.
 

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