Do you mean like
Dialogs(wdDialogMailMergeRecipients).Show

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hi all, I am setting up a couple of Word documents in 2003 where I
> will be using Access2003 for the merge information. The required
[quoted text clipped - 7 lines]
> hence the need to have the list show up upon opening the document.
> Hope someone can help. Cheers.
Dougie Still Going Crazy - 29 Jun 2007 22:20 GMT
Thanks Graham, I knew it would be easy once I found out the correct code.
Just one more quick one, how do I clear all the check boxes?
> Do you mean like
>
[quoted text clipped - 11 lines]
> > hence the need to have the list show up upon opening the document.
> > Hope someone can help. Cheers.
Peter Jamieson - 29 Jun 2007 23:29 GMT
Before you display the form,
ActiveDocument.MailMerge.DataSource.SetAllIncludedFlags Included:=False
Peter Jamieson
> Thanks Graham, I knew it would be easy once I found out the correct code.
>
[quoted text clipped - 15 lines]
>> > hence the need to have the list show up upon opening the document.
>> > Hope someone can help. Cheers.