Jerry,
I have the same situation, but yes, I would like to bring it into an Access
table.
My Word document, which I have been asked to import into a database,
thankfully has consistent field names, but it's essentially in column layout.
That is, if I convert text to table in Word, column 1 is field names, column
2 is data. All fields names have a colon after them, so it is easy to
separate the field name from the corresponding data.
Something like this:
Type: Individual
ContactFirstName: John
ContactMI: <blank>
ContactLastName: Smith
etc.
....
<CR>
and so on with the next record
I was hoping there might be an easy way to grab this data without having to
write a string search procedure to append the data one field at a time into a
recordset.
I would be interested to hear what your suggestion is. Thanks!