How to add accesfield-data to active document variable in VBA

K

Koen

I merged 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
 
Top