Re: Import from Word



Hi HillaryDiane,

How easy it is to get data out of a Word document depends on how well
the document is structured. In a situation like yours, I strongly
recommend using formfields in the document at each point where you want
the users to be able to enter anything, and then protecting the document
so they can't make any other changes. The formfields also allow some
further control over what people can type (e.g. limiting the number of
characters in a text field, selecting from a dropdown list, a
checkbox...).

It's reasonably simple to automate processing of the returned documents.
You need to write VBA code that runs in Access and automates Word to
open the document; the responses are then available in the document's
FormFields collection for your code to collect and append to a table.



On Tue, 2 Jan 2007 12:27:00 -0800, HillaryDiane
<HillaryDiane@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

I have a questionnaire I developed in Word that has some MailMerge fields
from Access with transaction details that I send out along with some
questions about the transactions. I e-mail the document to people who
respond in the Word document and e-mail it back to me. I then manually enter
their responses into the database.

Is there a way to import their responses into the database to eliminate the
manual entry? Any suggestions for other ways to automate this process?

--
John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
.



Relevant Pages

  • RE: auto copy data
    ... we copy and paste from a Word document with predefined numbered exceptions. ... on SAP. ... them to have to highlight and copy the data to the clipboard. ... This is the step I want to automate. ...
    (microsoft.public.word.vba.general)
  • Re: Populating Word table with results of Access query
    ... > report based on a query. ... Currently, people are printing this report, ... > then re-typing the info into a table in a Word document. ... > automate this process. ...
    (microsoft.public.access.formscoding)
  • Populating Word table with results of Access query
    ... I am attempting to automate a process here and am having difficulty ... report based on a query. ... Currently, people are printing this report, ... then re-typing the info into a table in a Word document. ...
    (microsoft.public.access.formscoding)
  • Change carriage return to a line feed
    ... I have data being merged to my word document from propietary software, ... As such, when the responses print in my document, I can't get a hanging ... change the Carriage returns to line feeds? ...
    (microsoft.public.word.mailmerge.fields)
  • Docproperty Docvariable or Mail Merge
    ... If I wish to automate a word document and take data from an access ... docvariable or a mergefield switch in the word doc? ... The doc will be used for autoquotes with fileds filled in via a database an ...
    (microsoft.public.word.vba.general)