I have a problem when trying to add some sums in every page of my report. The default "Total" menu in Design tab, is only adding total sum in the end of the report, there is no option to add it in every page.
I have looked at "Placing sums in header/footer report" in http://office.microsoft.com/en-001/a...001122444.aspx,
but still did not understand the code txtPageSum = txtPageSum + ExtendedPrice, txtPageQuantity = txtPageQuantity + Quantity means in referring to the "extendedPrice" and "quantity".
Anyone could help me with this VBA-solving in Placing sums in footer report? Or does anybody have the other easier alternative?