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
this:
{MERGEFIELD "ContactType"}
How can I add the content of this field into activedocument variables in VBA?
ActiveDocument.Variables("TypeContact").Value = ?????Acces field