When I run the following code (from Access) ...
doc.MailMerge.Destination = wdSendToNewDocument
doc.MailMerge.Execute
... I get the results of the merged word document in a new file called "Form Letters1".
My question is, how do I refer to this new file so that I can then work with it (e.g. change it's name, save it to a specific folder, etc.)?
doc.MailMerge.Destination = wdSendToNewDocument
doc.MailMerge.Execute
... I get the results of the merged word document in a new file called "Form Letters1".
My question is, how do I refer to this new file so that I can then work with it (e.g. change it's name, save it to a specific folder, etc.)?