WD: Mail Merge Produces Full Page of Labels (176140)
The information in this article applies to:
- Microsoft Word for Windows 6.0
- Microsoft Word for Windows 6.0a
- Microsoft Word for Windows 6.0c
- Microsoft Word for Windows 95
- Microsoft Word for Windows 95 7.0a
- Microsoft Word for the Macintosh 6.0
- Microsoft Word for the Macintosh 6.0.1
- Microsoft Word for the Macintosh 6.0.1a
- Microsoft Word 98 Macintosh Edition
This article was previously published under Q176140 SYMPTOMS
When you select a range of records when you are performing a mail merge
to create mailing labels, Microsoft Word merges a full page of labels. The
first record on the page is the first record of the selected range, but
Word continues merging labels until the page is filled, rather than
stopping with the last record of the selected merge range.
For example, if your mailing label main document contains 30 labels and you
choose to merge records 1 through 20, Word merges records 1 through 30 to
create a full page of labels. Similarly, if you choose to merge records 1
through 40, Word merges records 1 through 60 to create two full pages of
labels.
WORKAROUND
To work around this problem, use one of the following methods.
Method 1: Use an IF Statement
To use an IF statement, follow these steps:
- In place of the merge fields in each of your labels, for example
{MergeField Name}
{MergeField Address}
{MergeField City}, {MergeField State} {MergeField Zip}
insert the following fields into your mail merge main document:
In the first label of your main document:
{Set MaxRecords n}
{IF {MERGEREC} <= {MAXRECORDS} "{MERGEFIELD Name}<P>
{MergeField Address}<P>
{MergeField City}, {MergeField State} {MergeField Zip}"}
In the second and remaining labels of your main document:
{Next}{IF {MERGEREC} <= {MAXRECORDS} "{MERGEFIELD Name}<P>
{MergeField Address}<P>
{MergeField City}, {MergeField State} {MergeField Zip}"}
- On the Mail Merge toolbar, click the "Merge to New Document" or the
"Merge to Printer" button to perform the merge.
Method 2: Add Record Numbers to Your Data Document
To add record numbers to your data document, follow these steps:
- In the mail merge data document, add a field named Rec_Num.
- Number each of the records in your data document in the Rec_Num column,
and then save and close your data document.
- Activate the mailing label main document.
- On the Tools menu, click Mail Merge, and then click Query Options.
- In the Query Options dialog box, click the Filter Records tab, and
follow these steps:
- Under Field, click to select the Rec_Num field.
- Under Comparison, click to select "Less than or equal."
- Under Compare to, type the number of records you want to merge.
- Click OK.
- Complete the mail merge.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 8/17/2005 |
---|
Keywords: | kbbug kbmerge KB176140 |
---|
|