Hi, I need a page sum and have searched and worked through Q132017. It all works fine and I have the page total in the page footer of my report. The only problem is I need it in the page header!
I've tried loads of things including-
-putting the code in the page header_Print event (only took the first line amount)
- Creating another unbound field and adding Me.PageSumHead = Me.PageSumFoot (Me.PageSumHead stays blank- i'm assuming thats because the page header has already been formatted?)
Does anyone know how I can get the page sum total in the header?
Thanks, Tom.
I've tried loads of things including-
-putting the code in the page header_Print event (only took the first line amount)
- Creating another unbound field and adding Me.PageSumHead = Me.PageSumFoot (Me.PageSumHead stays blank- i'm assuming thats because the page header has already been formatted?)
Does anyone know how I can get the page sum total in the header?
Thanks, Tom.