help to insert MS Access data into a Word document using .Net

  • Thread starter http://www.visual-basic-data-mining.net/forum
  • Start date
H

http://www.visual-basic-data-mining.net/forum

Hi,

i was wondering if anyone can help me. I am using visual baisc.net and am
having problems with the following.

I need to be able to insert selected data from a db file into a word
document. The word document will already have txt in it and the data
inserted will be added at random parts of the document (cursor insertion
point). Also it is only to be used by a single computer at time. I have
managed to create the db using OleDb but if it is preferable to do this
another way, i am open to suggestions.

thank you
 
M

Marcel

http://www.visual-basic-data-mining.net/forum said:
Hi,

i was wondering if anyone can help me. I am using visual baisc.net and am
having problems with the following.

I need to be able to insert selected data from a db file into a word
document. The word document will already have txt in it and the data
inserted will be added at random parts of the document (cursor insertion
point). Also it is only to be used by a single computer at time. I have
managed to create the db using OleDb but if it is preferable to do this
another way, i am open to suggestions.

thank you

VB6 had statement CreateObject("Word.Application").

VB.NET hasn't see information at:

http://www.developerfusion.com/show/1047/8/


Regards,

Marcel
 

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

Top