J
Jay
Hi,
I have a table (tblPrices) which contains the following fields:
Manufacturer, SoldPrice, OrderID
What I want is a query to return the 5 highest SoldPrices for each
Manufacturer. I have tried the suggested sql in Allen Browne's website but
can't get it to work.
Can anyone advise what the query (& subquery) would look like,l with the
above table and field names. I'm confident that if I can get a working
example I'll understand the principle better.
Many thanks......Jason
I have a table (tblPrices) which contains the following fields:
Manufacturer, SoldPrice, OrderID
What I want is a query to return the 5 highest SoldPrices for each
Manufacturer. I have tried the suggested sql in Allen Browne's website but
can't get it to work.
Can anyone advise what the query (& subquery) would look like,l with the
above table and field names. I'm confident that if I can get a working
example I'll understand the principle better.
Many thanks......Jason