Phone directory page break at each change in first character of last name

  • Thread starter Thread starter Joseph Greenberg
  • Start date Start date
J

Joseph Greenberg

I am trying to produce a report that will advance to the next page (or
column preferably) when it switches from the "a" names to the "b" name, and
then to the "c" names (etc). How does one do this?
 
Joseph said:
I am trying to produce a report that will advance to the next page (or
column preferably) when it switches from the "a" names to the "b" name, and
then to the "c" names (etc).


Try using the group header section's NewRowOrCol or
ForceNewPage properties.
 
With Marshall's suggestion you need to use Left([NameField],1) in the
group header.
 
Thanks - I ended up adding a grouping variable and having it group on the
first prefix character.

KARL DEWEY said:
With Marshall's suggestion you need to use Left([NameField],1) in the
group header.

--
Build a little, test a little.


Marshall Barton said:
Try using the group header section's NewRowOrCol or
ForceNewPage properties.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top