In Access, I have a QUERY "QA" that returns rows with several fields. A particular field "FA" in QA can have duplicate values across many rows. I need to eliminate duplicate rows based on the value of "FA" only. I just want exactly one representative row for any particular value of "FA". My understanding is that the DISTINCT qualifier only filters based on the fields being selected and DISTINCT ROW uses the entire row. This seems like a simple thing but I'm stumped.