I have a report where I calculate a 2 Running Page Totals. At the end of the report I print 6 different possible Report Totals in the Report Footer (Any number of which can print). These Group Totals are suppressed if they are 0, and they are grouped to print on one page (using "Keep Together". <br><br>I would like to find a way of Suppressing my Page Total ONLY if the Report Total has printed (i.e. ONLY on the last page).<br><br>I tried:<br>[1] Using "OnLastRecord" to suppress the page total. <br> Result: Suppresses it on the second to last page as <br> well if the Last Record prints on that page <br>[2] Using a variable field (x) where<br> [2.1] in the detail section I set x := 0<br> [2.2] in the last Report Footer section I set x := 1 <br> (this will allways print)<br> [2.3] then I suppress it if x = 1<br> Result: Same as [1] <br><br>I believe that the Report footer is analysed and even if it is not printed the variable is set to 1, causing my problem.<br><br>Any suggestions anyone *begs* .... *grin* lets see if there is a workaround!