I have a simple query designed to look up a maximum price of a range of items, and give the date of that price.
There are three fields, price, item number and date.
I am doing a MAX on the price, and a GROUP on the item number, so that gives the maximum price of that item, right?
Then I want to...