I am trying to set a mail merge document with the data below. I am trying to populate multiple records in the same page if the customer no is equal.
Example:
Customer No | Name | Account |
---|---|---|
1234 | Alan | 555555 |
1234 | Alan | 666666 |
5678 | Jim | 777777 |
7896 | Morrison | 888888 |
Assuming I have the above excel file (as the source file) containing the above data I want the mail merge to show the following:
Page 1: Dear Bla Bla Bla.....
Customer No | Name | Account |
---|---|---|
1234 | Alan | 555555 |
1234 | Alan | 666666 |
Page2: Dear Bla Bla Bla.....
Customer No | Name | Account |
---|---|---|
5678 | Jim | 777777 |
Page3: Dear Bla Bla Bla.....
Customer No | Name | Account |
---|---|---|
7896 | Morrison | 888888 |
Try this Microsoft link, there are too many steps to document https://support.microsoft.com/en-us/office/create-a-directory-of-names-addresses-and-other-information-49afe95c-dc99-4cd3-85c7-3a80869cff90
Sorry, this might work. I'm just board on my phone so can't test: