I have a list of part numbers and varying characteristics of the part in a table. I would like to be able to produce a list of unique part numbers along with the characteristics. I can create a query with a single field part number to determine the unique values of part numbers. As soon as I tie it to the characteristic table, I get more entries than I want. I have crated a 1 to many relationship but it is not function like belive it should. Can I include the entire table of part numbers and caharacteristic and somehow select the part number field to be unique?