Thanks to help from here, I have a Mail Merge from Access that works fairly well, but I'd like to refine it even further.
Right now I have a contract in MS Word that needs to get data from Access. It needs to merge signature lines (or signature blocks or even half pages of text) for 3 different categories of signers. Insureds, Owners and Beneficiaries. Unfortunately, there could be different numbers of each category. For example, there could be 1 insured, 2 owners and 4 beneficiaries. For this reason, I'm having issues with 1 big query pulling all the data (you can imagine the results I get).
How can I mail merge one document, but have different sections repeat different amounts of times? If I keep it to 2 owners for example, I can just put an IF statement in the Word doc, ie. IF Owner2 is not null then...and have it repeat the whole signature block. I need it to not be hard coded to only 2 as that number can change depending on the case. Also, if the information must come from multiple queries, how do I merge those all into 1 document?
Right now I have a contract in MS Word that needs to get data from Access. It needs to merge signature lines (or signature blocks or even half pages of text) for 3 different categories of signers. Insureds, Owners and Beneficiaries. Unfortunately, there could be different numbers of each category. For example, there could be 1 insured, 2 owners and 4 beneficiaries. For this reason, I'm having issues with 1 big query pulling all the data (you can imagine the results I get).
How can I mail merge one document, but have different sections repeat different amounts of times? If I keep it to 2 owners for example, I can just put an IF statement in the Word doc, ie. IF Owner2 is not null then...and have it repeat the whole signature block. I need it to not be hard coded to only 2 as that number can change depending on the case. Also, if the information must come from multiple queries, how do I merge those all into 1 document?