If the Grand Total you are after is the final total that will appear at the end of the report, then you can reference that value from the report footer to a page footer entry. This would be done by using Report_Format and coding the explicit fields.
Frank J Hill
FHS Services Ltd.
frank@fhsservices.co.uk
lets say:
Textbox in report footer is called RepJobSum
TextBox in Page Footer is called PagJobSum
In the On_Format of the Report Footer enter the code:
Me.PagJobSum = Me.RepJobSum
Leave the Control source blank (unbound)
Frank J Hill
FHS Services Ltd.
frank@fhsservices.co.uk
lets say:
Textbox in report footer is called RepJobSum
TextBox in Page Footer is called PagJobSum
In the On_Format of the Report Footer enter the code:
Me.PagJobSum = Me.RepJobSum
Leave the Control source blank (unbound)
Frank J Hill
FHS Services Ltd.
frank@fhsservices.co.uk
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.