In a table I have two fields, an aircraft type code and a serial number. I'd like to count how many times a combination of these exist in the table. As aircraft sometimes get reregistered doubling is unavoidable. Is there a method that I can use to see how many times combinations of the same field combinations are present? The query (if possible) should produce a list of some fields and the number of occurences the combination is present in the table. Can this be done?