Basic question:
Does anyone know how to go about adding a control to an Access 2007 form that will allow viewing a Word 2007 document?
Reason for asking:
My office is about to receive 100+/- Word 2007 documents that contain data that needs to be imported into various fields of an Access 2007 table. To facilitate the import process, I was thinking of creating a form in Access that would have a Word control (or "window") at the bottom of the form that allows the me to view/preview the Word document. I would then place other "standard" Access controls on the top half of the form that would be bound to my Access table. This way I can use the Word "window" at the bottom of the form to scroll through the document, find the information I want, and then copy/paste the information into the bound controls at the top of the form.
Problem is, I don't know what control to use for my Word "window". I don't see anything suitable in the list of available Active X components.
What I've tried so far:
I already know how to use code to create a new Word object (which launches an instance of Word) and manipulate the Word document. But this doesn't really help me because the Word documents I will receive are coming from various agencies and individuals who will each, I'm sure, edit the document to their liking. Therefore, each document will be unique enough that I can't automate the import process. I need a visual control I can put on a Access form to allow me to see the document and determine where the information is that I want. Kind of like the preview feature in Outlook 2007 that displays Word attachments on the email form.
Of course I could always open the Word and Access applications side by side on my computer and copy/paste the data that I need. But I was hoping to find a more efficient approach since I have so many Word documents to import. At first this seemed like it should be easy to do. But after reading my own post, maybe this is harder than I realized.
Thanks for any help you can offer!