Multi-Page Per Sheet Mail Merge

M

Marty

Hi,

I've been entrusted with setting up a mail merge on a printed sheet directly
from a printer with 2 documents per page...and it needs records merged on
both sides of this sheet.

Can Word do this?

Here's the setup:

The sheet is 8.5x14 and will be cut in half later to 8.5x7. So, right now, I
have 2 page one's on the first side and 2 page two's on the other side.
Presently, it's printing page one and two on the first side (where there
should be the next record in the merge also on the first side).

Is there a way to make 2 separate merges in one document? or
Is there a way to make Word print this setup?

Thanx lots for you help.

Marty
 
G

Guest

Hi Marty,

That's quite a job they've lined up for you. I am not a MS Word guru, but I
do have a commercial software application that can do what you are looking
for as well as a much more document management, enhancement and distribution
functionality. It would only be justified however if you are looking for
more of an automated process that handles medium to high volume throughput.
My product, Octotools, with its new mail merge capability (here's the
commercial) is really designed to handle 100s to tens of thousands of pages
and documents per run as well as provide electronic disbursement (convert to
PDF) and print output. If this is of any interest, just give me a call at
978 535-7676 or e-mail back and we can discuss your requirements in detail.
Thanks for your time.

Regards,

Larry T.
 
D

Doug Robbins

You could do this with a label type mailmerge, using two mailmerge main
documents, one for page one and the other for page two that are both linked
to the same datasource.

The following is some information that I have posted a couple of times for
people who wanted to merge to post cards that were four to a sheet and
needed a way to sort a data source so that when they printed the reverse
side, the correct information was printed. I believe that it will also do
what you want (though I've had a bit too much red wine to think that deeply
about it).

Make a duplicate of your datasource in Excel and in an empty column, place 0
in the first row and in the second row of that column (B in my case), insert
the formula = B1 + 1. Copy that formula down for each row in the
datasource. If you got that part right, then you will have a sequence of
numbers corresponding to the record numbers, that is 0,1,2,3,4, etc. with
the 0 being in the header row. Now in Cell C2, insert the following
formula:

=IF(MOD(B2,2)=1,2*B2-B1,B2-1)

and copy it down for each record. This should give you the following
numbering sequence 2,1,4,3,6,5,8,7, etc.

Now, select this column of numbers and do a copy, paste special, selecting
the values item to convert the formulae into numbers. Now sort the data
source on this column and you should get a record set that is ordered the
way in which you need it.


--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
 

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

Top