Printing to Word from aSP

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

Guest

I have an ASP coded website with an Access backend. I am trying to have it
so the user can click a link and I can pass some info to Word so they can
print an envelope or a postcard. I'd like to take as much of the user
interaction out of the picture as I can. He may also want to print labels
from word with a data set I send to word. I's like it so I can send a data
set or a list of records to word to print out multiple letters or labels
(mail merge). How is this possible? Does anyone know how I can do this?
 
G'day "Chris" <Chris @discussions.microsoft.com>,

Mate, this is a HTML / Web question - not a word question. You can use
VBScript (no, we don't discuss that in the VBA groups much) to build
and launch a skeleton document which can then have the local end recog
the doc format and open the appropriate tool.

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


Chris reckoned:
 
Back
Top