Reports
(Custom) - Printing a single record on each page
To
print a single record on each page, add a data grouping which
uses a unique number field. The contactid field is ideal for this.
In the Group Info dialog box, in the section "When Group Changes,
Begin", mark the New Page check box.
To
start a new page when the first letter of a field changes (for
example, you may want to separate companies which start with the
letter "A" from companies which start with the letter "B"), add
a data grouping which uses the following expression: substr(contact1.company,1,1).
Mark the New Page check box. You may also want to include the
same expression in the group header, in order to print the appropriate
letter of the alphabet at the beginning of each group.
--
End of FAQ #23