Three different suppliers supply an identical part. How do I run a query to return only the lowest priced record.
I.E.
Part Number Supplier Price
3 33 $34
3 22 $35
3 12 $29
I would like to return only the record that shows the last row. I know how to do a query, just don't know how to make it select only this lowest value.
Thanks
I.E.
Part Number Supplier Price
3 33 $34
3 22 $35
3 12 $29
I would like to return only the record that shows the last row. I know how to do a query, just don't know how to make it select only this lowest value.
Thanks