Reading a Word document

I need to read a word document and insert every page as a field in a access database from a web page.


Answer this question

Reading a Word document

  • Shawn Payne

    The Visual Studio tools for Office are probably what you need. You can also import a reference to Word as a COM object. In both instances, your app will require Word on the target machines.



  • Reading a Word document