Quick summary
Creating nested reports in MS Access lets you embed a subreport inside a main report to display related data side by side for each record. Use the built-in Subform/Subreport Wizard to link the two reports through shared fields without writing any code.
Steps
- Open the main report in Design View.
- Drag and drop the SubReport object from the Navigation Pane to the desired location in the main report.
- Use the Subform/Subreport Wizard to link the subreport to the main report, then click Next.
- Select the fields to link the main report and subreport, then click Next.
- Name your subreport and click Finish to complete the wizard.
- Switch to Report View to preview the combined report layout.
- Verify that the subreport displays the correct related data for each record in the main report.



