
Originally Posted by
Dal Jeanis
Basically, that's a MS Word VBA question.
1) You have a Word Document that you'd like to update, using information that happens to be available in Access.
2) Each location in the Word document that must be automatically updated must have a unique way of being referenced. Either it could be a unique section of the document, or a unique style name, or it could consist of a fixed number of paragraphs starting with a unique key word, or whatever. You know your document. Just pick any one consistent method of identifying the 117 spots that will be updated.
"How would you use vba to create 6 sections on one page?"
3) You will use Office automation to find and open the file, find the section to be updated, replace it with the new data, and save the file.