My Assistant
![]() ![]() |
|
|
Apr 23 2012, 05:37 AM
Post
#1
|
|
|
UtterAccess Addict Posts: 132 From: South Staffordshire, UK |
Hi,
I have a number of labels that I want to print at bottom of the last page of my report. They are all placed at the page footer section (I can't place them in the report footer, as they will not always be placed at the bottom or the page). The labels' properties are all set to visible = No and then I have the following code in the Page Footer Section: Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount As Integer)When I preview the report, they only show on the last page as required, However, when I print a hard copy, the labels still print at the bottom of each page.If [Page] = [Pages] ThenMe.Label28.Visible = TrueEnd If Any suggestions how I can overcome this? I am using Access 2003 Thanks in advance This post has been edited by spooker: Apr 23 2012, 05:38 AM |
|
|
|
Apr 23 2012, 05:50 AM
Post
#2
|
|
|
UtterAccess Ruler Posts: 1,090 |
Also add your code to the On Print Event of your report.
|
|
|
|
Apr 23 2012, 07:39 AM
Post
#3
|
|
|
UtterAccess Addict Posts: 132 From: South Staffordshire, UK |
Also add your code to the On Print Event of your report. Thanks for that - did the trick... ....now why didn't I see that? (IMG:style_emoticons/default/dunce.gif) |
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 21st May 2013 - 05:09 PM |