Save Report file as permanent .doc file

R

Robert Nusz @ DPS

I've created an Access database application that requires bringing in a
Microsoft Word "template" file (formal form letter document) which imports
the Access current record required fields into this document. It previews
great, plugs in data properly and allows the current record/document to be
printed ok. Problem is that I would like to permanently save this temporary
print file as a Microsoft Word document to a folder on the computer, so the
document can be retrieved (in complete format, including plugged in names,
address, etc) later by Microsoft word and reprinted if necessary at a later
time. The primary key to the current record is a numerical field and I want
to use the record key value as the name to the file being saved, such as
200400001.doc Can anyone suggest a path to take and assist in proper VB code
to use. Thanks in advance.
 
Top