How do I remove a database link to a Word document created from a.

C

Casius

I've created a Word template that connects to my Outlook contacts. This
allows me to create letters to my customers quickly.

The final step of the merge process allows me to either print or edit the
merged letters individually. Once the merged document is saved and re-opened
it asks me if it's okay to connect to my contacts database. Why would a
merged document want to reconnect to the database? How I can I permanently
remove this connection once a letter is created?

Please help.
 
D

Doug Robbins

Are you actually executing the merge to a new document?

If you are, and this thing is still happening, I guess it is because when
you open the document, a reference to the template is created and it is that
reference that is causing the message to appear. You could overcome this by
creating an Autoopen macro in the template with the following code in it:

ActiveDocument.MailMerge.MainDocumentType = wdNotAMergeDocument

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top