How can I put fields from Acces into a word VBA variable?

K

Koen

I put a field with Contactdata from my Acces database in a word document like
this:

{MERGEFIELD "ContactType"}

How can I add the content of this field into activedocument variables in VBA?

ActiveDocument.Variables("TypeContact").Value = ?????Acces field
 

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