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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New Page After Question 1

Status
Not open for further replies.

ecsrs

Technical User
Apr 22, 2002
35
US
I have a group which is sorted by last name. I need to print a new page after each new letter of the alphabet. So I need all the A's on one page, all B's on one page, etc. What formula should I use?
 
Create a formul field like the following to look at the first letter of the name and place it in the details section:

Left({Fieldname},1}

Then, from the design window, right click the details section, select format, click the "X-2" button to the right of the "new page after" checkbox, and enter the following formula:

Not OnLastRecord;
Next({FormulaField})<>{FormulaField}

Software Support for Macola, Crystal Reports and Goldmine
dgilsdorf@mchsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top