I have a table that stores records based on a category and subcategory. SOme contacts may be stored in more than one subcategory and still be in the same parent category. I want to be able to print off a label report that will eliminate these duplicates within the category. I think I should be using SELECT DISTINCT but I don't know exactly how to use it. Any help would be greatly appreciated.
By the way, the query is currently pulling city and state data from a zip code table and I am pulling the Category Name from the category table as well as the main table that has all other contact information on it. Thanks again.
Brian

By the way, the query is currently pulling city and state data from a zip code table and I am pulling the Category Name from the category table as well as the main table that has all other contact information on it. Thanks again.
Brian
