S
shelly
I'm using Microsoft Word 2003. I have a paragraph that needs to change based
on a value given in the datasource. There are four different values with
four different responses. I found an example in help, where it used a
"nested if" statement, but it doesn't tell you where to place the statement
for it to run. I'm needing assistance in
1. Knowing where to place this complex "if" in the merged document to
run.(This is not a If...then..else)
2. Is there a better way to accomplish this task
Here is an example of the conditional paragraph.
{IF {letter_type} = "Basic Letter" "Bla."
"{IF {letter_type} = "Conditional Verbiage 1" "Bla Bla."}
"{IF {letter_type} = "Conditional Verbiage 2" "Bla, Bla, Bla."}
"{IF {letter_type} = "Conditional Verbiage 3" "Bla, Bla Bla Bla."}
"{IF {letter_type} = "Conditional Verbiage 4" "Bla, Bla, Bla, Bla, Bla."}"}
on a value given in the datasource. There are four different values with
four different responses. I found an example in help, where it used a
"nested if" statement, but it doesn't tell you where to place the statement
for it to run. I'm needing assistance in
1. Knowing where to place this complex "if" in the merged document to
run.(This is not a If...then..else)
2. Is there a better way to accomplish this task
Here is an example of the conditional paragraph.
{IF {letter_type} = "Basic Letter" "Bla."
"{IF {letter_type} = "Conditional Verbiage 1" "Bla Bla."}
"{IF {letter_type} = "Conditional Verbiage 2" "Bla, Bla, Bla."}
"{IF {letter_type} = "Conditional Verbiage 3" "Bla, Bla Bla Bla."}
"{IF {letter_type} = "Conditional Verbiage 4" "Bla, Bla, Bla, Bla, Bla."}"}