Originally Posted by
GolferGuy
What is very important to point out here, the reason the OTHER fields are the correct fields is they are the only values that your query will allow anyway. SN MUST be "X" and VN MUST be "Y" and GN MUST be "Z" So what you are really asking for is the lowest value of LD when SN, VN, and GN are "X", "Y", and "Z". If you asked for any other data from the record that holds the lowest value for LD, this query would not give you the correct value or values. The "X", "Y", and "Z" would still be correct because they are in your selection criteria, but any other data not in the selection criteria would be wrong. You would need the 2 query approach for that case.