reports is too short

  • Thread starter Thread starter john
  • Start date Start date
J

john

Hi all,

on a reports i have a list of item from 5 to about 150

at the bottom of the page i want the total of item

BUT,

if i have only five records i want the total at the bottom of the first page

if i have 2+ pages of data i want hte total at the bottom of the last
page with no total on the other pages

is there a way todo that?


My total always print at the end of the list of record
how can i force it at the bottom of the page (i try cangrow)

Regard

john
 
Hi John - if you have not yet worked this out, the way I do it is this. In
the Page Footer I put the count - Count([field to count]) and name it
something; ie RepCount. In the properties I say Not Visible.

As the count function only workds in the Group or Pate Header or Footer I
then create an unbound field in the Report Footer such as =RepCount.

Let me know if you need more info.

Yours - Dika
 
Back
Top