Turn the problem around. Do it not from Access but from Word. There is such a thing as connecting Word to an Access table by building a template document - if your information is either tabular or you are willing to play with field-name substitutions. Look up the topic "Mail Merge," which was originally used to do form-letter generation.
Having said that, I would add that there is nothing wrong with building "boilerplate" reports either, if the first two pages and last two pages are essentially constant.
The final decision will always be yours, but here is the comparison of factors.
Using Access and a report with a two-page header plus a two-page footer, you have very limited formatting options for the long header and footer, but getting the tabular data in place would be very easy. At best, the header and footer could be improved by using the .RTF option rather than the text option for the implied text boxes.
Using Word and MailMerge features, your document will be a bit more awkward to program but the full power of Word's formatting options will be available to make your document have a particular alignment, justification (left, right, center, flush). You will have borders, watermarks, more tightly controller paragraph breaks and page breaks, and a generally more "document-oriented" file.