Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

urgent! How do I alert when a page number is more than 1

Status
Not open for further replies.

mwhalen

Programmer
Oct 31, 2000
217
CA
I have used the special function PageNumber. I want use an alert if it is the page number is more than 1, meaniing flag the user if their customer report spills over onto multiple pages. It doesn't seem to like my using the PageNumber function?
 
Hi
Yes you can
instead of using page number
just select from the list page n of m
this will show how many pages there are.


cheers

pg


pgtek
 
Try a formula like:

if totalpagecount > 1 then "Report Exceeds One Page"

-LB
 
Even if I use Page n of m or totalpagecount, it still doesn't like it when I go to create the alert. It keeps telling me:
One of the previous fields is not constant over group level of this field


 
You need to share the formula you are using for the alert and explain where you are placing it.

-LB
 
I'm confused by what you mean share where I am placing the alert? You don't have to place it anywhere on the report.

The condition contents of my alert is as follows:

TotalPageCount > 1



and my total page count is a special function placed on my page header

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top