Hi,
I need help setting up the following report:
I have a table listing the items we buy, and each has a unique ID (part
number).
Then I have a table listing bids for each part, one bid per record, and with
fields of part number (Many-To-One), the name/ID of the supplier, and the
bid price.
I need to make a report that lists each part number, and the suppliers with
the top 10 bids (in descending bid order). I'm not sure how to do this; if I
just needed one, I'd just use the Min(bid) feature, but now I need the
minimum and the next 9 as well. So a total of 11 columns (ID and top ten
suppliers). Any ideas how to do this?
Thanks in advance.
I need help setting up the following report:
I have a table listing the items we buy, and each has a unique ID (part
number).
Then I have a table listing bids for each part, one bid per record, and with
fields of part number (Many-To-One), the name/ID of the supplier, and the
bid price.
I need to make a report that lists each part number, and the suppliers with
the top 10 bids (in descending bid order). I'm not sure how to do this; if I
just needed one, I'd just use the Min(bid) feature, but now I need the
minimum and the next 9 as well. So a total of 11 columns (ID and top ten
suppliers). Any ideas how to do this?
Thanks in advance.
Comment