B
BLTibbs
I have a query that has up to 6 competitors per Item. Each item has to find
the lowest priced competitor for analysis. I have created a query that
groups by the item ID#, then chooses the 'Min' price and that is working just
right to find the lowest competitor. however, I need to pull a few more
fields from that query in order to get all of the information I want. Is
there some way to flag that 'Min' record somehow so I can later use the other
fields in that table?
the lowest priced competitor for analysis. I have created a query that
groups by the item ID#, then chooses the 'Min' price and that is working just
right to find the lowest competitor. however, I need to pull a few more
fields from that query in order to get all of the information I want. Is
there some way to flag that 'Min' record somehow so I can later use the other
fields in that table?