Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / June 2004

Tip: Looking for answers? Try searching our database.

Word 200 Mail Merge - Insert Blank Page for Duplexing

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Anne-Marie Norman - 05 Jun 2004 19:17 GMT
(Type your message here)
Hello,

I have Access 2000 data that is merged into Word 2000.  Each Access table is merged to a specific main Word document.  Each main document has several If statements.  Based upon the selection of various Access fields and checkboxes, specific text is output to the Word main document.  The amount of output text affects the number of pages each record produces.  For example, one record may require a two page letter, while the next record may require three pages, etc.  My dilemma is that I need the merged document to be able to print duplex.  If I have a record that produces one page, I do not want the next record to start printing on the back page of record one.  Basically, I want to insert a blank page when needed.  I experimented with different types of breaks but it does not work for every record. Is there a way to do this when the source records produce varying numbers of section break pages within the same document?  Please help.  I have been researching/experimenting with this for weeks.  Thank you.

--------------------------------
From: Anne-Marie Norman

-----------------------
Posted by a user from AdminLife (http://www.adminlife.com/)

<Id>KJ6+s7KJ8EOFiqGeIrWrOg==</Id
Doug Robbins - Word MVP - 05 Jun 2004 23:25 GMT
If you use the following macro on the document created by the mailmerge, it
will send each letter to printer as a separate print job, which will
probably achieve what you are after

Dim i As Long
For i = 1 To ActiveDocument.Sections.Count
   ActiveDocument.PrintOut Range:=wdPrintFromTo, From:="s" & i, To:="s" & i
Next i

Signature

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested.  Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP

(Type your message here)
Hello,

I have Access 2000 data that is merged into Word 2000.  Each Access table is
merged to a specific main Word document.  Each main document has several If
statements.  Based upon the selection of various Access fields and
checkboxes, specific text is output to the Word main document.  The amount
of output text affects the number of pages each record produces.  For
example, one record may require a two page letter, while the next record may
require three pages, etc.  My dilemma is that I need the merged document to
be able to print duplex.  If I have a record that produces one page, I do
not want the next record to start printing on the back page of record one.
Basically, I want to insert a blank page when needed.  I experimented with
different types of breaks but it does not work for every record. Is there a
way to do this when the source records produce varying numbers of section
break pages within the same document?  Please help.  I have been
researching/experimenting with this for weeks.  Thank you.

--------------------------------
From: Anne-Marie Norman

-----------------------
Posted by a user from AdminLife (http://www.adminlife.com/)

<Id>KJ6+s7KJ8EOFiqGeIrWrOg==</Id
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.