Reply
 
Thread Tools Display Modes
  #1   Report Post  
PeteB
 
Posts: n/a
Default Automatically removing Next Record

I want to create multiple mailing labels for one record in my data source.
How do I prevent the Next Record from automatically appearing when I create
my labels?
Do I have to remove them manually from all 29 labels?
  #2   Report Post  
Graham Mayor
 
Posts: n/a
Default

Create the label document first from the new document option in the
envelope/label wizard, then use this as the basis for a form letter merge
(rather than a label type merge). Put your next record fields wherever you
want them.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


PeteB wrote:
I want to create multiple mailing labels for one record in my data
source. How do I prevent the Next Record from automatically appearing
when I create my labels?
Do I have to remove them manually from all 29 labels?



  #3   Report Post  
PeteB
 
Posts: n/a
Default

Ok, I got the fields in place, but the Propagate button is grayed out. I
would like to roll out the same fields to every label without having to
customize every label. Is that possible?
The key here is that I don't want Next Record at all. I need the same
address on every label.
Thanks for the help.

"Graham Mayor" wrote:

Create the label document first from the new document option in the
envelope/label wizard, then use this as the basis for a form letter merge
(rather than a label type merge). Put your next record fields wherever you
want them.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


PeteB wrote:
I want to create multiple mailing labels for one record in my data
source. How do I prevent the Next Record from automatically appearing
when I create my labels?
Do I have to remove them manually from all 29 labels?




  #4   Report Post  
Doug Robbins
 
Posts: n/a
Default

Use a label type mailmerge and delete the Next Record field from each of
the labels. With that arrangement, each new sheet of labels will however
advance to the next record. If you need more that one page of the same
label, after setting up the labels using the label type main document,
change it to a formletter document and copy and paste the required number of
additional rows.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
"PeteB" wrote in message
...
Ok, I got the fields in place, but the Propagate button is grayed out. I
would like to roll out the same fields to every label without having to
customize every label. Is that possible?
The key here is that I don't want Next Record at all. I need the same
address on every label.
Thanks for the help.

"Graham Mayor" wrote:

Create the label document first from the new document option in the
envelope/label wizard, then use this as the basis for a form letter merge
(rather than a label type merge). Put your next record fields wherever
you
want them.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


PeteB wrote:
I want to create multiple mailing labels for one record in my data
source. How do I prevent the Next Record from automatically appearing
when I create my labels?
Do I have to remove them manually from all 29 labels?






  #5   Report Post  
Graham Mayor
 
Posts: n/a
Default

You want your cake and your ha'penny
Propagate will only be available with the document type set to label, but
propagate will add the next fields also. Change the document type to label
propagate the labels, then change it back to form letter and with the field
content displayed (ALT+F9) use the replace function to replace ^d NEXT with
nothing. Then add NEXT fields to the cells where you require them. or leave
them off for a page of labels for each address.

The following macro will do all of this except add the next fields:


Sub DuplicateLabels()

'Change the document type to mailing label
ActiveDocument.MailMerge.MainDocumentType = _
wdMailingLabels

'propagate the labels
WordBasic.MailMergePropagateLabel

'display the field codes so they can be removed
ActiveWindow.View.ShowFieldCodes = True
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting

'search for and remove the {next} fields

'added by the propagation and which are not required
With Selection.Find
..Text = "^d NEXT"
..Replacement.Text = ""
..Forward = True
..Wrap = wdFindContinue
..Format = False
..MatchCase = False
..MatchWholeWord = False
..MatchWildcards = False
..MatchSoundsLike = False
..MatchAllWordForms = False
End With
Selection.Find.Execute replace:=wdReplaceAll

'revert the document type to a normal document
ActiveDocument.MailMerge.MainDocumentType = _

wdFormLetters
End Sub


See http://www.gmayor.com/installing_macro.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



PeteB wrote:
Ok, I got the fields in place, but the Propagate button is grayed
out. I would like to roll out the same fields to every label without
having to customize every label. Is that possible?
The key here is that I don't want Next Record at all. I need the same
address on every label.
Thanks for the help.

"Graham Mayor" wrote:

Create the label document first from the new document option in the
envelope/label wizard, then use this as the basis for a form letter
merge (rather than a label type merge). Put your next record fields
wherever you want them.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


PeteB wrote:
I want to create multiple mailing labels for one record in my data
source. How do I prevent the Next Record from automatically
appearing when I create my labels?
Do I have to remove them manually from all 29 labels?





Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
sort mail merge by merge record number nathan Mailmerge 1 August 10th 05 07:09 AM
How do i record a macro to automatically select the next file? engineer Microsoft Word Help 1 July 18th 05 02:02 PM
Automatically Removing Certain Entries jannwebb Microsoft Word Help 3 April 11th 05 07:21 AM
Printing 1 Label per Page - "Next Record" Not Working Kim Finleyson Mailmerge 0 February 1st 05 05:43 PM
Mailmerge starts at wrong record Franc v/d Westelaken Mailmerge 1 December 1st 04 11:59 AM


All times are GMT +1. The time now is 10:35 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"