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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top