P
pete
I wish to print a text box as the page header on every
page after page 2 how do i do this please
i know that this works
[TextBox].Visible = Me.[Page]>2
however, i also would like to not have the embedded space
of the non visible label/textbox there as this adds
valuable space. i would ideally liek to not only make
the labels visible/invisible but also the heights down to
zero, ie not have the total height of the invisible
labels become part of the overall page. as this pushes
desired outputs further down the page even further down
page after page 2 how do i do this please
i know that this works
[TextBox].Visible = Me.[Page]>2
however, i also would like to not have the embedded space
of the non visible label/textbox there as this adds
valuable space. i would ideally liek to not only make
the labels visible/invisible but also the heights down to
zero, ie not have the total height of the invisible
labels become part of the overall page. as this pushes
desired outputs further down the page even further down