I have a hidden running sum text box called txtRunSum set to -1 and this correctly counts the number of records.
However, I have a problem showing the total of the running sum in the Report Footer.
If I set the Report Footer text box control to =txtRunSum it will only show the running sum total to the top of the report on its last page.
If I set the Report Footer text box control to =Count(txtRunSum) or =Sum(txtRunSum) when I open the report it asks me to 'Enter Parameter Value txtRunSum'
Can anyone help???