Doing auto-numbered paragraphs in Word mailmerge is, as you have discovered,
a pain.
One possibility is to use { SEQ } fields to do the numbering. However, {
SEQ } fields do not behave well inside IF fields.
As long as the number of possible combinations is small it may be simpler to
a. identify the "paragraph schemes" you need e.g. one with paras 1,2,3,4,
one with paras 1,2,3,4,7,8 or whatever
b. do not use autonumbering
c. put the complete text for each "paragraph scheme" in a different branch
of an IF field's results.
Nasty duplication but it's much more likely to work properly.

Signature
Peter Jamieson
http://tips.pjmsn.me.uk
>I am trying to insert a numbered paragraph only in one condition of an
> if statement and keep the preceding and following numbered paragraphs
[quoted text clipped - 20 lines]
>
> Any help would be appreciated!
ZLYS - 26 Nov 2007 23:02 GMT
Thanks. Just did away with the auto numbering for this document like
you recommended.