Your best bet I think is to just to use Data Transformation Services in SQL Server. Go to the table you want to take data from, right click on the table, go to all tasks, then go to Export Data. DTS will pop up and it kind of walks you through a process where it will ask you where you want to take data from (a Data Source) and where you want to put the data ( a data destination) Choose text file fom the drop down and then it will ask you to browse to the file (your word file) you want to put your data into. Browse and click your file to which you want to export the data. - Jason
|