Word does not really have the ability to perform a "multiple items per
condition (=key field)" mailmerge.
See the "Group Multiple items for a single condition" item on fellow MVP
Cindy Meister's website at
http://homepage.swissonline.ch/cindymeister/mergfaq1.htm#DBPic
Or take a look at the following Knowledge Base Article
How to Work Around Duplicate Names in Mail Merge Data
http://support.microsoft.com/default.aspx?scid=kb;en-us;302665

Signature
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
> Hello
>
[quoted text clipped - 7 lines]
>
> Thanks,
Belinda - 01 Dec 2005 17:20 GMT
Doug, I have been attempting to solve a similar problem using next if and a
count added to the data input file. It has worked once perfectly, but I am
now getting what appears to be a bug, in that the failure condition does not
move to the next merge document correctly. It prints the last record as many
times as I have statements but then starts the next document correctly. I
have tried including the count field and that is indeed correct. So next if
works if the condition is true but does not do what it says it will if it is
false. Any ideas?

Signature
Belinda
> Word does not really have the ability to perform a "multiple items per
> condition (=key field)" mailmerge.
[quoted text clipped - 21 lines]
> >
> > Thanks,
Doug Robbins - Word MVP - 01 Dec 2005 18:34 GMT
Only the suggestions that I have already made.

Signature
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
> Doug, I have been attempting to solve a similar problem using next if and
> a
[quoted text clipped - 35 lines]
>> >
>> > Thanks,
Badger - 01 Dec 2005 21:47 GMT
Hi all,
Think that http://support.microsoft.com/default.aspx?scid=kb;en-us;294686
would be of more use, I found it easier to understand and use than any of
the other articles.
In your case Belinda, I have tried the method you are using and too found it
to work well, but also came across the 'bug' you have too !
Thats when I started to use the method in the above article as it required a
lot less code and no 'count' fields in the data.
If either of you need any more help or guidance, just let me know through
this newsgroup.
Thanks
Badger
> Only the suggestions that I have already made.
>
[quoted text clipped - 38 lines]
>>> >
>>> > Thanks,
Tye,
I have a similar problem which I solved by adding a count to the end of each
record and using next if to include the next record in the same page if the
count was not exceeded.

Signature
Belinda
> Hello
>
[quoted text clipped - 7 lines]
>
> Thanks,