I am trying to import multiple entries from a MS Word document. The entries are in word-created tables and have information that is stored both horizontally and vertically.
Example:
Test TC-001
ID nrc-34
Description
This is an example...
I created some VB code that allows me to read the data from left to right (i.e. it creates a table in Access that has the field names "Test" and "ID" and puts the appropriate information within those fields).
Unfortunately, I having difficulty in doing this and creating code that would apply a field name for "Description" and put the appropriate information under that field.
This is complex - at least to me. Please let me know if I am unclear and/or you need elaboration.
Thank you, in advance, for any help.
- Ben
Example:
Test TC-001
ID nrc-34
Description
This is an example...
I created some VB code that allows me to read the data from left to right (i.e. it creates a table in Access that has the field names "Test" and "ID" and puts the appropriate information within those fields).
Unfortunately, I having difficulty in doing this and creating code that would apply a field name for "Description" and put the appropriate information under that field.
This is complex - at least to me. Please let me know if I am unclear and/or you need elaboration.
Thank you, in advance, for any help.
- Ben