Hey,
imagine importing table-structured Word documents (evaluation forms) into an Access database using Word automation. One of the issues is that some of those tables’ cells might contain a quite large amount of text. The best option, I assume, is to import those cells into memo type fields.
Is there anything I should watch out for, here? That text might get truncated, or damaged, or…?
At this moment, I haven’t started coding yet, but I probably would:
– set doc variable = the Word document to be imported;
– scroll through the Word document and loop through all tables and cells;
– fill a table = Document name + table number + row number + column number + value.
Then, the ‘value’ field should be a memo type one…
Hasse
ps For the moderator’s information: I would have liked to add question to a related previous post of mine about importing Word doc’s in general, but I can’t retrace it as my browser (or selective view from my side) has hidden the ‘search’ feature…