Forum Discussion
Fernando Salgueiro
Jan 29, 2025Copper Contributor
Labels on Access Report
I have a report that prints 4x2 labels, but when I request multiple copies of the records, they are printed on different pages instead of being consolidated on the same page. This leads to wasted lab...
Kidd_Ip
Jan 30, 2025MVP
Try grouped report or subreport as below:
- Create a New Report: Open Access and create a new report.
- Add Subreports: Instead of printing multiple copies directly, add the original report as a subreport within the new report. This way, you can control the layout and ensure all copies are on the same page.
- Grouping: If you prefer not to use subreports, you can create a grouped report. Group the records by the field that determines the copies needed, and then place the report content in the group header or detail sections.