I have a report that displays summary data from the database, and I used a data table as its source. The summary data is displayed in the Details section of the report.
However, when I print the report, it prints a page for each record contained in the table, so I end up with 50 (so far) pages of the same summary report.
Is there a way around multiple copies of the report? Or is it best for me to use a query as its control source instead of the table itself?
However, when I print the report, it prints a page for each record contained in the table, so I end up with 50 (so far) pages of the same summary report.
Is there a way around multiple copies of the report? Or is it best for me to use a query as its control source instead of the table itself?