Show DataSet content in a WORD???

  • Thread starter Thread starter thomaz
  • Start date Start date
T

thomaz

There is a way to show the result of a sql query (sql that
return a DATASET) direct in the Microsoft Word???

How can i do???

Thanks....
 
Thomaz,

Ummm... You could write a VBA macro that reads data from the sql data source, and puts it into a dataset, then populate whatever you need to populate in Word using the object model it provides.

Othr than that, another alternative would be to write the data retrieval code, then create an instance of Word, and populate it from there.

I hope that helps you,

Martin.
 
Back
Top