how do I set a mailmerge document in VB to show merge field codes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a VB command which works in Access '97 as follows :

If tmpDoc.MailMerge.ViewMailMergeFieldCodes = False Then ....

In Access '03 this returns an "object not available" runtime error message,
although it compiles clean. I have the same problem with the
..SuppressBlankLines property.

Suggestions please ? If this is a change from '97 to '03, where can I get a
complete spec of all changes ?
 
Hi Martin,

Word's mailmerge object model has changed, I think between Office 2000
and Office 2002. I don't know the details, but would start a search for
information at http://word.mvps.org and in the Microsoft Knowledgebase.

On Thu, 26 May 2005 05:36:04 -0700, Martin Rosen <Martin
 
Back
Top