Merge with multiple sections

I'm trying to do a merge into a document which has multiple sections. It has merge fields in more than one section, and in the section header/footers. All of them tie to the same object.

Can you add a table start and end in each section with the same name to tie to? When I try to add a table start/end in the footer as well as the section , I get no data.

Hi
Mike,


Thanks for your inquiry.

In case you have multiple mail merge regions with the same name and you are mail merging through the use of DataTable, DataView or IMailMergeDataSource then only the first region is merged. The remaining regions will remain unmerged. In order to merge the remaining regions using these data sources you need to repeat the call to ExecuteWithRegions. But, if you merge using DataSet or IMailMergeDataSourceRoot then all duplicate regions are populated just with one call. Please let us know how it goes on your side. I hope, this will help.

Best Regards,