I have found a lot of info on inserting data from word and inserting whole documents into sql but not the other way around.
I have a template word document that is an invoice and i want SQL to be able to run a SP that will insert data into this document on an automated basis. I have seen mailmerge methods but that involves user interaction. I can write the SP with the data collection and automation i just need to know how i can point SQL at this specific word doc, insert the data and then give it a filename and save it.
thanks for any help
I have a template word document that is an invoice and i want SQL to be able to run a SP that will insert data into this document on an automated basis. I have seen mailmerge methods but that involves user interaction. I can write the SP with the data collection and automation i just need to know how i can point SQL at this specific word doc, insert the data and then give it a filename and save it.
thanks for any help