We are having a problem printing mailing labels. We need to print mailing labels for foster homes for voucher payments. The report is based on kids placed in the home meeting certain date parameters. The problem is that the report is printing a label for every kid in the home that meets that criteria. We only need one label per home. We tried to suppress duplicates, which works but leaves the spot where the label would have been blank and wastes a lot of labels. I also tried to use select distinct records under database and this does alter the report somehow but there are still duplicate labels. Any other ideas of what I could try.