I am getting reports that should one be one page, printing duplicates for the number of records in the query the report is based on...(ie if the report is based on a query of orders...if there are 20 orders, the report will be 20 pages long). The thing i do not understand is that it's done entirely with Domain Aggregate fcn's, except for the report footer, which is just summaries based on the query. If I remove the recordsource and just have all Domain agg functions, it solves the problem. Any ideas? Thanks