I’m currently attempting to put together a form in Access that will piece together an email.
As of right now the form works but it loads up one template file that I’m unable to make changes to via HTMLBody.Replace
due to system security settings. Once the template loads, the user has to go through the body and delete the parts that are not applicable to the current situation.
If possible, I would like to be able to split the template into multiple pieces and plug and play each piece based on the selections of the user.
Is it possible to CreateItemFromTemplate()
multiple times and combine their bodies into one item? If not using that method, is it possible to achieve what I’m attempting from another angle?