How to get the page number of report?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thank you, guys.
I want to get the page number of one report. I have added one group section
in the report.
Thanks again.
 
Hi

Use this in a text box [Page]

You can add to this to make it look a little better

="This is page number "&[Page]

Or
="This is page number "&[Page]&" of " & [Pages]

Or
="This is page number "&[Page]&" of " & [Pages]& " printed on "&
(Format(Date(),"dddd - dd - mmm - yyyy"))

There are many possiblitites

Hope this helps
 
Maybe I made a misunderstanding.
In the first page of this report, I want to show how many pages in this
report in a label.
Maybe it is the count of pages, not number.
Thank you.
--
No pains, no gains.


Wayne-I-M said:
Hi

Use this in a text box [Page]

You can add to this to make it look a little better

="This is page number "&[Page]

Or
="This is page number "&[Page]&" of " & [Pages]

Or
="This is page number "&[Page]&" of " & [Pages]& " printed on "&
(Format(Date(),"dddd - dd - mmm - yyyy"))

There are many possiblitites

Hope this helps


--
Wayne
Manchester, England.



Andreas said:
Thank you, guys.
I want to get the page number of one report. I have added one group section
in the report.
Thanks again.
 
Sorry, I am wrong. It works. :) Thanks very very much. I owe you one beer.

--
No pains, no gains.


Wayne-I-M said:
Hi

Use this in a text box [Page]

You can add to this to make it look a little better

="This is page number "&[Page]

Or
="This is page number "&[Page]&" of " & [Pages]

Or
="This is page number "&[Page]&" of " & [Pages]& " printed on "&
(Format(Date(),"dddd - dd - mmm - yyyy"))

There are many possiblitites

Hope this helps


--
Wayne
Manchester, England.



Andreas said:
Thank you, guys.
I want to get the page number of one report. I have added one group section
in the report.
Thanks again.
 

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

Back
Top