Save Access Report file as word document

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

Guest

I used Ms/Access 2003 to build an application that allows the user to bring
in a Microsoft Word (formal form letter) template file, import current record
data to it (people names, address, etc), preview the final document or print
the final document, but I want to save the current record output with all
current data plugged in to a permanent Word Document on the computer. Can
anyone assist with VB code to use or a wizard to assist. I want the saved
file name to be: record_key_number.doc so the record can be accessed later by
users with Microsoft Word with all data still properly aligned and intact.
Thanks in advance
 
My thanks to Jim/Chris in their response to another similiar request, it has
pointed me to the OutToP action which allows a print file to be saved to hard
disk but looses only miniman page format (border box formating or extended
line placement controls. )

I would suggest that others consider using the OutToP action to resolve
furter issues if possible.
 
Hello,

I noticed that in the message you mentioned there was mention of importing a
word document into Access
"an application that allows the user to bring
Do you have more information on being able to import a word document into
Access?


Thank you,

phil
 
Back
Top