P
Pip''''n
I have a mail merge that needs to display various lines of text based on a
field that contains a list of comma delmited product IDs. Each line
corresponds to a particular product.
Is there a way to split the field to the various IDs and loop through the
list to show the lines of text that I need?
For Example:
ProductID 1 = Product 1
ProductID 2 = Product 2
ProductID 3 = Product 3
MERGEFIELD ProductLookup contains string "1, 2"
Text in Word Document:
You have purchased the following products:
Product 1 : Description of Product
Product 2 : Description of Product
Product 3 : Description of Product
Thanks in Advance,
Pip'n
field that contains a list of comma delmited product IDs. Each line
corresponds to a particular product.
Is there a way to split the field to the various IDs and loop through the
list to show the lines of text that I need?
For Example:
ProductID 1 = Product 1
ProductID 2 = Product 2
ProductID 3 = Product 3
MERGEFIELD ProductLookup contains string "1, 2"
Text in Word Document:
You have purchased the following products:
Product 1 : Description of Product
Product 2 : Description of Product
Product 3 : Description of Product
Thanks in Advance,
Pip'n