I have a table listing organization members and the various trips they have signed up for and would like to make mailing labels based on that list. The problem is that any one member may have signed up for multiple trips, yet I'd only need one mailing label for that member. So a simple query produces multiple entries for some of the members, and the report based on that query produces multiple mailing labels for that member. How can I suppress the duplicates based on just some of the fields in the table, for example last and first names, or last name and address?