Trent -
Thanks very much for the thoughtful reply. I will study this.
My first thought was to store the RTF of the Word doc as data, do all of my substitutions replacing delimited markers in that data field, and then use the data field as a source for an advanced text control i.e. RSS would see the prechewed result as the RTF info to go in the report
I do not plan to give the users any modification options for the report, other than they are producing the policy data that determines what gets filled in. the Template could be modified if the wording changed, but the number and naming of the fields to be substituted would be fixed.
Is this what you mean by RegExing out the placeholders or are you talking about a script that runs withing RSS?
I had thought about creating the basic RSS report as Header/style info ( company logos, perhaps some unchanged boilerplate etc ) and then a body that was one big Advanced Textbox ( which would receive the RTF as data that already had the substitutions done)
Am I close here or do you see a problem with that ( again, apologies as I am at the beginning stages of my RSS learning curve and so I may be mumbling gibberish on this

)
I'm basically thinking of this as if I were doing a VFP textmerge on the memo field and then feeding the memofield to a report - but with RTF instead of plain text