G Greg Feb 21, 2007 #1 Does anyone have any code to suppress printing the Page Footer after the first page?
G Guest Feb 21, 2007 #2 In the page footer sections Format event procedure put: Cancel = (Page > 1) Ken Sheridan Stafford, England
In the page footer sections Format event procedure put: Cancel = (Page > 1) Ken Sheridan Stafford, England