Visual Basic link to SQL output to Word

Posted by CLO_471 on Programmers See other posts from Programmers or by CLO_471
Published on 2012-04-06T14:06:24Z Indexed on 2012/04/06 17:41 UTC
Read the original article Hit count: 329

I am in need of some advice/references. I am currently trying to develop a legal document interface. There are certain fields in which I need to query out of my sql db and have those fields output into a document that can be printed. I am trying to develop a user interface where people can enter fields that will output to a document template but at the same time I need the template to be able to pull data from the SQL database. This is the reason why I think that VB might be my best choice and because it is one of the only OOP languages I am familiar with presently. Does anyone know that best way to be able to handle this type of job??

I know that you can use VBA within MS Word and have the form output variables to a word template. But, is there a way to have the word document also pull information from the SQL db? Is the best option to use VB linked to SQL and run queries to get the information from the database and then have it output to a for within VB? Is it possible for VB to be linked to a SQL db and output variables and SQL fields to a Word Template?

I have looked into Mail Merge and I see that it allows users to pull data from an Access query but I dont think it would be easy to automate and it seems that users would need to have an advanced knowledge of MS Word and Access to handle this. I am not finding much useful information online so I came here.

Any advice or references would be greatly appreciated. If there is a better way please let me know.

© Programmers or respective owner

Related posts about design

Related posts about development-process