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!

Display first record on page 1

Status
Not open for further replies.

gbobbie

Technical User
Joined
Aug 9, 2006
Messages
52
Location
US
CR9
I have a report that I would like to display the first record of each page in the page header. I thought it might be possible to use minimum({table.record}) if I could figure out how to have it re-evaluated for each page.
Like the following:

PH Page 1 Adams County
D Adams County
Deleware County
Potter County

PH Page 2 Montour County
D Montour County
Columbia County
Northumberland County

Any help is appreciated!
 
Just put the field in the page header, it will display the first for each page in the page header.

-k
 
It's not working for me. I currently have it in the page header and it continually displays the very first record on the first page.
 
Doesn't makes sense... You shouldn't be using a minimum, just the field.

-k
 
There was my problem. Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top