Hey,
I am needing to set up my Visual BAsic 6 app so as reports can be made in MS Word with simple place holders that I specify being used to show where the database values should go. Is this possible?
Printable View
Hey,
I am needing to set up my Visual BAsic 6 app so as reports can be made in MS Word with simple place holders that I specify being used to show where the database values should go. Is this possible?
Yes, create your document and add some Bookmarks where you want to insert your data. Then save it as a template (*.dot). Use Word automation to create a new document off of the template and pass your data to the bookmarks.
Moved