How do I Pagenate by Alphabet

B

BikeGuy

How do I pagenate by alphabet. In other words I want to sort a client list
by alphabet and a different page per letter of the alphabet.
 
K

KARL DEWEY

In your query for your report add a calculated field -- Left([client list], 1)
In the report use the Sorting and Group and group on the calculated field
and force new page.
 
Top