An Access database contains 1000's of records. One field is indexed, allowing duplicates. How can I set up a query within Excel to return only records with unique values in this indexed field. In other words, if there are many records with the same index, and there are many records with different indices, I only want to return one record for each different index that occurs. Thanks.