Select the product you need help with
ACC2000: How to Control the Number of Records Printed per PageArticle ID: 209006 - View products that this article applies to. This article was previously published under Q209006 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp). SUMMARY
This article describes a method that you can use to control the number of
records printed per page in a report.
MORE INFORMATION
You can control the number of records printed per page in a report by
setting the Visible property for page breaks. The following example
demonstrates how to print three records per page in a report:
NOTE: You can modify this example to print any number of records per page by changing the code in the OnFormat property of the Detail section from "mod 3" to "mod x" where x is the number of records you want to print per page. For example, if you want to print 11 records per page, change the expression to read: REFERENCESFor more information about the SetValue action, click Microsoft Access Help on the Help menu, type setvalue action in the Office Assistant or the Answer Wizard, and then click Search to view the topic. For more information about the Visible property, click Microsoft Access Help on the Help menu, type visible property in the Office Assistant or the Answer Wizard, and then click Search to view the topics returned. For more information about the Page Break control, click Microsoft Access Help on the Help menu, type page break control properties in the Office Assistant or the Answer Wizard, and then click Search to view the topics returned. PropertiesArticle ID: 209006 - Last Review: June 29, 2004 - Revision: 2.0
|


Back to the top








