ACC1x: How to Print Book Style Page NumbersID: Q109821
|
Microsoft Access does not have a built-in format to print page numbers on a report in "bookstyle" format, where odd page numbers are printed on the right side of the page and even page numbers are printed on the left side of the page. This article describes how to print a report with bookstyle page numbering.
The following example demonstrates how to set up bookstyle page numbering
for a report:
Condition Action
---------------------------------
[PageRight] Mod 2 <> 0 SetValue
... SetValue
[PageRight] Mod 2 = 0 SetValue
... SetValue
Page Setting Actions
----------------------------
SetValue
Item: [PageRight].Visible
Expression: Yes
SetValue
Item: [PageLeft].Visible
Expression: No
SetValue
Item: [PageRight].Visible
Expression: No
SetValue
Item: [PageLeft].Visible
Expression: Yes
Microsoft Access "User's Guide," version 1.0, Chapter 11, "Using
Expressions in Forms," page 292, version 1.1, page 296
Microsoft Access "User's Guide," version 1.0, Chapter 20, "Using
Expressions in Reports," pages 483-484, version 1.1, pages 487-488
Microsoft Access "Language Reference," version 1.0, "Page Property,"
page 364
Additional query words: page alternate bookstyle
Keywords : kbusage RptLayou
Version : 1.0 1.1
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: April 2, 1999