I have a small VB6 program that uses DAO 3.5 to input data into an Access97 mdb. We currently manually open a word merge document, change the the data source to a different table, merge the document, and then print.
How can I connect my VB6 code to the word document and automate these functions. Yes I have MSWord 8.0 Library referenced.
Thanks
d2