John thomas
Registered User.
- Local time
- Yesterday, 23:47
- Joined
- Sep 4, 2012
- Messages
- 206
Hi i have a report that I use for an Invoice
I have the price deposit balance due ect in the page footer
Tried the report Footer But it Moves up the page and doesnt look professional
The page footer is always in the right Place at the bottom of the Page .But if my invoice detail goes to 2nd or more pages I only want the page footer to PRINT ON THE LAST pAGE .
I have found this code that should do the job but i cant get it to work .
Now I am trying to Learn VBA so i Like to understand the code I am using
I am A Beginner .
Could someone please explain to me how this code works in very simple terms
Also i dont know were to put the code I have tried in the PageFooter print Event but it makes no diffe
rence
If Me .Page<>ME.Pages Then
Me.rptSub.Visible=False
Else
Me.rptSub.Visible=TRue
End IF
I have the price deposit balance due ect in the page footer
Tried the report Footer But it Moves up the page and doesnt look professional
The page footer is always in the right Place at the bottom of the Page .But if my invoice detail goes to 2nd or more pages I only want the page footer to PRINT ON THE LAST pAGE .
I have found this code that should do the job but i cant get it to work .
Now I am trying to Learn VBA so i Like to understand the code I am using
I am A Beginner .
Could someone please explain to me how this code works in very simple terms
Also i dont know were to put the code I have tried in the PageFooter print Event but it makes no diffe
rence
If Me .Page<>ME.Pages Then
Me.rptSub.Visible=False
Else
Me.rptSub.Visible=TRue
End IF