steve4king
IS-IT--Management
On my report, I am printing a return label. (A 3.5" subform displaying address and billing info)
I would like for this label to end up on the bottom of the last page.
the only way I've found to do this is to put it in the "Page Footer" band and set print only when recno() = reccount().
This works fine if it all fits on one page, but where I have multiple pages this causes problems.
Regardless whether I have all of the elements in the footer configured to "remove line if blank", every page will reserve an empty space where the footer would have been.
I'm guessing there isn't a way to get around this reserved space, but is there perhaps another way to add a report footer rather than a page footer?
Using summary band, I can't find a way to force it to the bottom.
Thanks,
-Stephen
I would like for this label to end up on the bottom of the last page.
the only way I've found to do this is to put it in the "Page Footer" band and set print only when recno() = reccount().
This works fine if it all fits on one page, but where I have multiple pages this causes problems.
Regardless whether I have all of the elements in the footer configured to "remove line if blank", every page will reserve an empty space where the footer would have been.
I'm guessing there isn't a way to get around this reserved space, but is there perhaps another way to add a report footer rather than a page footer?
Using summary band, I can't find a way to force it to the bottom.
Thanks,
-Stephen