A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Page Count Error



 
 
Thread Tools Display Modes
  #1  
Old March 29th, 2010, 02:46 PM posted to microsoft.public.access.reports
OldManEd
external usenet poster
 
Posts: 89
Default Page Count Error

I have a 4 page report. I use the default Page Count function. It prints:

Page 1 of 3
Page 2 of 3
Page 3 of 3
Page 4 of 3

How does one correct this error?

OldEd
  #2  
Old March 29th, 2010, 04:02 PM posted to microsoft.public.access.reports
Allen Browne
external usenet poster
 
Posts: 11,706
Default Page Count Error

This is likely to happen if you have code that suppresses or duplicates
sections of the report (e.g. setting the report's runtime properties such as
NextRecord, MoveLayout.) It happens because Access doesn't run the events
for all the intervening pages, i.e. it calculates the number of pages
without executing the code that can change the number of pages required.

There can be other causes, but here's a common example:
Print a Quantity of a Label
at:
http://allenbrowne.com/ser-39.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.


"OldManEd" wrote in message
...
I have a 4 page report. I use the default Page Count function. It prints:

Page 1 of 3
Page 2 of 3
Page 3 of 3
Page 4 of 3

How does one correct this error?

OldEd


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:19 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.