Article ID: 104760
Article Last Modified on 1/18/2007
Macro Name Action
--------------------
Pager SetValue
Macro Actions
----------------
SetValue
Item: Page
Expression: 1
Select the Country Header section, and then click the Build button
for the OnFormat property to examine the event procedure.
In Microsoft Access 1.x and 2.0:
Select the Country Header section, and then set the section's
OnFormat property to the Pager macro.
Macro Name Action
--------------------
Pager SetValue
Macro Actions
----------------
SetValue
Item: Page
Expression: 0
Select the Country Footer section, and then click the Build button
for the OnFormat property, choose Code Builder, and click OK. In the
code window type the following:
Page = 1
In Microsoft Access 1.x or 2.0:
Select the Country Footer section, and set the OnFormat property to
the Pager macro.
Additional query words: Custom
Keywords: kbhowto kbusage KB104760