The only way I could see to get what you want is to use keyed-in numbers for
the 1, 2, 3, 4 and 5 rather than using multi-level numbering.
--
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, originally posted via msnews.microsoft.com
"Millieac" <Mill...@discussions.microsoft.com> wrote in message
news:272BE459-FBA0-47DF...@microsoft.com...
If the records are in groups of 5, you could use a formula field coded as:
{=MOD({SEQ Counter},5)+1}
To output this as plain text, simply code the field as:
{QUOTE{=MOD({SEQ Counter},5)+1}}
--
Cheers
macropod
[Microsoft MVP - Word]
"Millieac" <Mill...@discussions.microsoft.com> wrote in message news:272BE459-FBA0-47DF...@microsoft.com...
Hi, I am looking for the reply to the above post last year. I have exactly the same problem. I had a 2 page document to be merged with an excel database list, that on page 1 had a list of 3 numbered items. i.e. 1, 2 & 3
However when the document merged every letter following the first increased the numbering sequence in the letters, so for the next person to get the letter the numbers on the first page became 3, 4 & 6 and the third person 7, 8 & 9 and so on.
I was wondering what the reply was to that persons question last year. I tried using Word 2007 "help" but couldn't find an answer, or perhaps I just worded my question incorrectly. Anyhow, hoping someone can help me with this. Thanx in advance for your assistance.
>> On Thursday, April 15, 2010 5:01 PM Doug Robbins - Word MVP wrote:
>> As the result of a directory type mail merge does not insert a Section break
>> between the data for each record, there is nothing that can be used to
>> trigger a restart of the numbering.
>>
>> The only way I could see to get what you want is to use keyed-in numbers for
>> the 1, 2, 3, 4 and 5 rather than using multi-level numbering.
>>
>> --
>> 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, originally posted via msnews.microsoft.com