OK, 98% of the way there.
Have a simple system to sent some Access data to a Word document, do a mail merge, and print.
Everything works except the print.
I thought I'd read that once you do a "MailMerge.Execute", the "merged document" becomes the ActiveDocument, so if you do a
the newly merged document with DATA in the field code spots will print - but what prints for me is the original one with the field codes, not the merged result letter.
What am I missing?...
Thanks!
Jim
--------------------------------------
"For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled." - Richard P. Feynman
More Access Help:
Have a simple system to sent some Access data to a Word document, do a mail merge, and print.
Everything works except the print.
I thought I'd read that once you do a "MailMerge.Execute", the "merged document" becomes the ActiveDocument, so if you do a
Code:
.MailMerge.Execute
ActiveDocument.Printout
the newly merged document with DATA in the field code spots will print - but what prints for me is the original one with the field codes, not the merged result letter.
What am I missing?...
Thanks!
Jim
--------------------------------------
"For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled." - Richard P. Feynman
More Access Help: