Letter + report

  • Thread starter Thread starter MIchel Khennafi
  • Start date Start date
M

MIchel Khennafi

Good afternoon.

I would like to create an Access report that would consist of 2 pages.

Page 1 is a letter that introduces the page 2 + couple of fields
Page 2 is a list of personalized information

This Access report is a mailing to 700 customers so (Page 1, page 2), (Page
1, Page 2),... and so on... I have the data, I have the table structure...

I tried to create the report using a text box + fields for the first page
but got many problems (error messages from the appication telling me that my
text box was incorrect, characters not recognized...). Has anyone created
such a report? Can anyone give me some recommendation with how to structure
this kind of report? Is there any white paper / template / tutorial you are
aware of?

Thanks so much
 
Quite simple actually,

1. Create a report and add your fields and whatever else you want on it for
page 1.
2. Insert a Page Break control (its in your Toolbox toolbar) after the last
item in step 1.
3. Build the second page of the report after the Page Break control.
 
Back
Top