R
Ross
Hi,
I am trying to shrink the header in my report so I can
raise the detail section all the way up to the top of my
page. I am trying to do this through code.
I have tried the following:
Me.PageHeaderSection.Height = 0
Me.Section(acDetail).Height = 0
But my detail section still prints approximately 1/3 from
the top.
Help anyone, Thanks
Ross
I am trying to shrink the header in my report so I can
raise the detail section all the way up to the top of my
page. I am trying to do this through code.
I have tried the following:
Me.PageHeaderSection.Height = 0
Me.Section(acDetail).Height = 0
But my detail section still prints approximately 1/3 from
the top.
Help anyone, Thanks
Ross