View Single Post
 
Old 06-16-2011, 06:21 PM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2007
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

hi hustafus,

With the mailmerge, you can use record filtering to output only the records you select.

Alternatively, you could combine a SKIPIF filed with a FILLIN field, along the lines of:
{SKIPIF {MERGEREC} <> {FILLIN "Record # to merge" \o}}
or
{SKIPIF{=({MERGEREC}< {FILLIN "First Record #" \d 1 \o})+({MERGEREC}> {FILLIN "Last Record #" \d 999 \o})}= 1}

Note: The field braces (ie '{}') are created via Ctrl-F9 - you can type them or copy them from this post.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote