![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Never had this big a struggle with if then, but then I've never introduced a second variable.
This works fine and dandy: { IF { MERGEFIELD f3 } = "Y" "{ MERGEFIELD f18 }" "{ MERGEFIELD f2 } (If party is a child, insert this name, if not insert that name). It's when I go for two conditions to describe that it just will not pull... (If party is a child, insert this name, if party is deceased, pull this name, if not insert that name). { IF { MERGEFIELD f3 } = "Y" "{ MERGEFIELD f18 }" { IF { MERGEFIELD f5 } = "Y" "{ MERGEFIELD f18 }" "{ MERGEFIELD f2 }" } { IF { MERGEFIELD f3 } = "Y" { IF { MERGEFIELD f5 } = "Y" "{ MERGEFIELD f18 }" "{ MERGEFIELD f2 }" } I would ordinarily not put so many conditionals, but being able to accomplish these two situations will prevent my tired soul from having to create dozens of extra merge docs. Anyone got any ideas? Thanks! |
Ads | |
#2
|
|||
|
|||
![]()
After much trial and error:
(If party is a child, insert this name, if party is deceased, insert this name, if not insert that name). { IF { MERGEFIELD f3 } = "Y" { MERGEFIELD f18 } { IF { MERGEFIELD f5 } = "Y" { MERGEFIELD f18 } { MERGEFIELD f2 } } } Now onto changing a few dozen documents, better than twice as many! |
#3
|
|||
|
|||
![]()
I tried to do as MP1985. I did it all.
|
#4
|
|||
|
|||
![]()
thank you for the information, http://gmail-com-login.com/
|
#5
|
|||
|
|||
![]()
You have posted a extremely detail document. I go through all of your article and I actually really like it, I understand your point of view.
usps tracking |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Why do drop down menus fail? | Joy | Microsoft Word Help | 0 | April 23rd 10 06:07 PM |
ASK & REF Fail with Doc Protection | Lori | Microsoft Word Help | 2 | December 6th 09 11:09 PM |
Keep with next, Widow/orphan, etc all fail | John Liungman | Page Layout | 4 | November 16th 05 04:30 PM |
footnotes fail to appear | James VH | Microsoft Word Help | 3 | November 8th 05 11:50 PM |
Images Fail to Appear | Ridge Kennedy | New Users | 3 | October 4th 05 06:25 AM |