PDA

View Full Version : Combining documents with vbscript?


IanMullineaux
06-23-2003, 02:50 PM
Hi

I am new to asp and have a questionnaire site to do for a course..

the questionnaire has 20 questions, each with 5 options for the answer.

Depending upon the answers selected, i need to combine relevant word documents into one file and email it to the person taking the quiz as a sort of course manual..

I have the quiz working a treat - and the responses are written to an access database -
from the database I can run a query that gives the answers of the student and the url of the relevant word files -

what i dont know how to do, or even if its possible is to combine those documents and then email the resulting file -

Is is possible using asp vbscript or javascript

Any pointers would be appreciated as it has to be completed in 2 days

thanks

Ian