Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear, All
I have a VB.net 2008 Windows Application (Access 2007 database as back end)
can you hep me to pass some data from this DB to Word 2007 File to print it ( this data is coming from "SQL" search statement
i hope to find a solution
Posted

First read this to learn how to retrieve data from access database :
http://www.startvbdotnet.com/ado/msaccess.aspx[^]

Then read this to learn how to dump your data into a word document:
http://www.dotnetspider.com/forum/14933-How-create-Table-word-document-vb-net.aspx[^]

Then try to write your own program.

It would be very easy.

Hope it helps.
 
Share this answer
 
Comments
[no name] 18-Dec-11 12:22pm    
much more complete and direct than mine. 5
Amir Mahfoozi 18-Dec-11 23:56pm    
Thank you.
[no name] 19-Dec-11 17:54pm    
Your welcome. Deleted my answer to keep the forum clean :)
Regards
Thanks for all
i solved it
with myself
i'll explain how i did
 
Share this answer
 
Comments
[no name] 22-Dec-11 16:25pm    
? And what was your solution? Please
Regards

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900