How to Add Conditional Page Breaks MS Access
Adding conditional page breaks in Microsoft Access can help you create reports that are formatted cleanly and easier to read. Here’s how you can do it:
- Open the database containing your report.
- In the 'Form Design' tab, find the 'Controls' group and select the 'Page Break' control.
- Click on the desired location in your report to place the page break.
- Open the 'Property Sheet' by clicking on the 'Form Design' tab and selecting 'Property Sheet'.
- Select the 'Event' tab in the Property Sheet.
- In the 'On Format' event of the section, click the "..." button to open the 'VBA editor'.
- Add code to show or hide the page break conditionally.
- Save your changes by clicking the save icon.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it