grnzbra
09-12-2006, 12:19 PM
I have a label which shows the actual name of the report. I want it to show up on the bottom of the last page of the report. However, the report footer has a sub report and when I place it below the subreport, it shows up in the middle of it.
Is there some way of placing it in the page footer and making it visible only on the last page?
I tried code of
If Me.Page = Me.Pages
but I always get a value of 0 for both so it is always visible.
Is there some way of placing it in the page footer and making it visible only on the last page?
I tried code of
If Me.Page = Me.Pages
but I always get a value of 0 for both so it is always visible.