Search results

  1. S

    Import data from Word Forms into Access

    all, good got it working....
  2. S

    Import data from Word Forms into Access

    NOTE i did add fld to the statement.... !Make = doc.FormFields("fldMake").Result
  3. S

    Import data from Word Forms into Access

    Debug show error 91, the word doc is a drop down field.....
  4. S

    Import data from Word Forms into Access

    Sorry guys, after a few more mods and running debug, i am getting stuck at (in red): With rst .AddNew !Make = doc.FormFields("Make").Result !Model = doc.FormFields("Model").Result !Title = doc.FormFields("Title").Result !ReportType = doc.FormFields("ReportType").Result...
  5. S

    Import data from Word Forms into Access

    I have a similar issue, using a copy of this code with modifications, i keep getting an error 432 File name or class name not found during Automation operation. NOTE I am not a programmer, have only dabbled..... the code is shown below....any help is appreciated. If I F8 and step through the...
Back
Top Bottom