Hello,
I have a vb code written that opens a word document and displays the results of a query. What is the code to cause the document, after opened and populated, to automatically save a copy into a predesignated folder - and to rewrite previous existing documents with the same name?
Predesignated folder:
Name of document:
I have a vb code written that opens a word document and displays the results of a query. What is the code to cause the document, after opened and populated, to automatically save a copy into a predesignated folder - and to rewrite previous existing documents with the same name?
Predesignated folder:
Code:
"c:\" & me.fldA
Name of document:
Code:
& me.fldA".doc"