M
Morris
Does anyone know whether it is possible to effect a mail merge to MSWord
using VBScript in an asp file? I know it is possible to produce a doc
file and force a download using
Response.ContentType = "application/msword"
Response.AddHeader content-disposition","attachment;filename=myfile.doc"
but can I interate through a bunch of records and produce, say, a
separate invoice for each one by merging? I know how to iterate through
the records and write them out, btw.
TIA
Morris
using VBScript in an asp file? I know it is possible to produce a doc
file and force a download using
Response.ContentType = "application/msword"
Response.AddHeader content-disposition","attachment;filename=myfile.doc"
but can I interate through a bunch of records and produce, say, a
separate invoice for each one by merging? I know how to iterate through
the records and write them out, btw.
TIA
Morris