How to count the total records on a particular page

I

Irshad Alam

I want to count total number of record on a particular
page at Page footer. As all the pages of my report does
not carry the same amount of records . I tried to put a
text box on page footer and on control source I wrote :

=Count([Namees])

The result is #Error#.

I cannot put the text at Report footer as it will count
all the records, I just want to count pagewise, that how
many records are there on that particular page. For
example , page 1 has only 21 records, Page 2 has 35
records and so..on. Therefore, I want to put a text box at
page footer to view the result.

My record to count the records on the page footer of each
page seprately.

Please advise.
 
M

Marshall Barton

Irshad said:
I want to count total number of record on a particular
page at Page footer. As all the pages of my report does
not carry the same amount of records . I tried to put a
text box on page footer and on control source I wrote :

=Count([Namees])

The result is #Error#.

I cannot put the text at Report footer as it will count
all the records, I just want to count pagewise, that how
many records are there on that particular page. For
example , page 1 has only 21 records, Page 2 has 35
records and so..on. Therefore, I want to put a text box at
page footer to view the result.


Not a simple question. Here's an article that discusses an
approach to doing this.

http://support.microsoft.com/default.aspx?scid=kb;en-us;296249&Product=acc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top