View Single Post
  #3   Report Post  
Posted to microsoft.public.sqlserver.server,microsoft.public.word.mailmerge.fields
Linchi Shea Linchi Shea is offline
external usenet poster
 
Posts: 1
Default Import SQL Data to Word/Export Data from Word to SQL?

Sure, it's possible. You can access/manipulate Word programatically through
its exposed API and access/manipulate SQL Server through any number of data
access APIs (e.g. .NET SqlClient) in the same program.

Linchi

"Andrew Staley" wrote:

Is it possible using Microsoft Word, SQL Server to create a document
template that will import data into mail merge fields. And then if the data
in that field is changed, for that change to be written back to the SQL
database?

Thanks in advance, Andrew.