Ok so I have a query that has 3 fields: Package, Package Component, and Retail Price of that package component.
I am trying to do a group by that yeilds 1 record for each package, has the most expensive component, and the price of that component.
I sorted the query by package (ascending), and price (descending).
I built a query on top of that one, and did a group by on package, first on component, and first on retail price.
I do not get the value that I should.
I am kind of stumped on this what seems like a very simple query to make.
Any thoughts or suggestions?
EDIT: I am doing this on a remote server, so I am on Access 2003, not 2010.