oh, sorry, i misunderstood. anything you want to print at the bottom of the page has to be in the page footer. report footer will always show up after the last record, as far as i know. i've been working with access reports for 4 years, now.
possibly you could add code to the report footer's on format event:
if me.[page].value = me.[pages].value then
hiddenTextbox.visible = true
hiddenTextbox.value = "whatever text you want here."
end if
and set the hidden textbox's canShrink value = true