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

  • Thread starter Thread starter Koen
  • Start date Start date
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
 
Back
Top