According to Help - Specifications, reports can have up to
64K pages so I am surprised you can actually get that much
paper out a report or, for that matter, a printer.
That number being suspiciously like twice the max value in a
16 bit unsigned short integer, I suggest that if there is
any hope of getting the full number, try setting the text
box to the expression:
=IIf(Pages < 0, Pages + 2 ^ 17, Pages)
Was answering this question but I see you haven't tried Marshall's solution
yet...
nancye,
Where (in what section) do you have the text field that prints the page
numbers? Page Footer? If yes, make sure in the Properties Window for the
report it shows 'All Pages'. If it's not there then let us know where you
have the placed it.
So IGNORE if Marshall's suggestion works!
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
This is a very good idea. For the sake of your printer, it
might be worthwhile splitting it into even more chunks. I
can't imagine anyone reading all that or how they would find
a particular part even if it's all electronically
distributed.
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.