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 » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Page Numbering



 
 
Thread Tools Display Modes
  #1  
Old August 18th, 2009, 05:46 PM posted to microsoft.public.access
alison.justice
external usenet poster
 
Posts: 40
Default Page Numbering

I have a report that when it I run it it will pull up different customer's,
how can I get the page numbering to re-number(start over) when the page comes
to a different customer?
--

--
Alison
  #2  
Old August 18th, 2009, 06:02 PM posted to microsoft.public.access
BruceM[_4_]
external usenet poster
 
Posts: 558
Default Page Numbering

If you group by customer you can use code to restart the page numbering for
each customer:
http://www.mvps.org/access/reports/rpt0013.htm

For reasons I do not recall I think it is necessary to put an unbound
(hidden, if you like) text box in the group footer with the ControlSource
set to =[Pages]. This is in addition to the method described in the link.

"alison.justice" wrote in message
...
I have a report that when it I run it it will pull up different customer's,
how can I get the page numbering to re-number(start over) when the page
comes
to a different customer?
--

--
Alison



  #3  
Old August 18th, 2009, 06:34 PM posted to microsoft.public.access
Steve[_77_]
external usenet poster
 
Posts: 1,017
Default Page Numbering

[Pages] (hiden or not) any where in a report causes the Format event to fire
twice; the first time to get the number of pages and the second time to
format the report before printing.

Steve



"BruceM" bamoob_at_yawhodotcalm.not wrote in message
...
If you group by customer you can use code to restart the page numbering
for each customer:
http://www.mvps.org/access/reports/rpt0013.htm

For reasons I do not recall I think it is necessary to put an unbound
(hidden, if you like) text box in the group footer with the ControlSource
set to =[Pages]. This is in addition to the method described in the link.

"alison.justice" wrote in
message ...
I have a report that when it I run it it will pull up different
customer's,
how can I get the page numbering to re-number(start over) when the page
comes
to a different customer?
--

--
Alison





  #4  
Old August 18th, 2009, 07:35 PM posted to microsoft.public.access
alison.justice
external usenet poster
 
Posts: 40
Default Page Numbering

Thank you for the help I'll try it.

--
Alison


"Steve" wrote:

[Pages] (hiden or not) any where in a report causes the Format event to fire
twice; the first time to get the number of pages and the second time to
format the report before printing.

Steve



"BruceM" bamoob_at_yawhodotcalm.not wrote in message
...
If you group by customer you can use code to restart the page numbering
for each customer:
http://www.mvps.org/access/reports/rpt0013.htm

For reasons I do not recall I think it is necessary to put an unbound
(hidden, if you like) text box in the group footer with the ControlSource
set to =[Pages]. This is in addition to the method described in the link.

"alison.justice" wrote in
message ...
I have a report that when it I run it it will pull up different
customer's,
how can I get the page numbering to re-number(start over) when the page
comes
to a different customer?
--

--
Alison






 




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 12:04 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.