How do I mail merge from access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to print my address book to fit in a filofax folder, but I want to
start a new page for different letters of the alphabet, so all the last names
with A are together, then a new page is started for all the last names
starting with B and so on
 
Karen

I think the general idea here would be to make a report to print out the
address book as required. Then in the Sorting & Grouping of the report
design, make a Group Footer using the expression =Left([LastName],1) and
set the Force New Page property of this group footer section to After
Section.
 
Back
Top