Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MS Word Mail Merge with ASP

Status
Not open for further replies.

riffer28

IS-IT--Management
Feb 7, 2002
11
US
I created an RTF file to stream to MS Word using an active server page with a microsoft access database as set forth in the Microsoft Knowledge Base Article - 270906. However, the code in the knowledge base article creates a brand new document. Is there anyway to use ASP to merge the data into an existing MS Word template?

Any help would be greatly appreciated.
 
It looks like the code in the article allows the file to be overwritten !
if you want to append it I think you need to use File System Object again to read it and write it again without the data you decide to remove !

if theres another way i would love to know it !

Good luck


The solution is simple, the problem is complex.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top