![]() |
|
|
|
#1
|
||||
|
||||
|
You can achieve that by nesting the fields. For example:
{IF{MERGEFIELD pvgdisclosure}= "PVG Children" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to children" {IF{MERGEFIELD pvgdisclosure}= "PVG Adults" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to Adults" {IF{MERGEFIELD pvgdisclosure}= "PVG Both" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to Adults and Children" "• There are no applicable conditions to this offer."}}} It's not apparent, though, how your last two mergefields relate to this.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#2
|
|||
|
|||
|
Thanks for the swift reply Macropod. Essentially there are three questions relating to the pre-employment checks required and some, all or none will apply to an offer.
When building a nested statement, I understand to use ctrl+F9 to get the {} - can I just manually type the rest in it or are there other tricks I must use? I have tried gogling this but I can't seem to find a guide which relates to using multiple data inputs. |
|
#3
|
||||
|
||||
|
Quote:
{IF{MERGEFIELD pvgdisclosure}= "PVG Both" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to Adults and Children" ""} and: • There are no applicable conditions to this offer. become: {IF{MERGEFIELD pvgdisclosure}= "PVG Both" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to Adults and Children" "• There are no applicable conditions to this offer."} just by dragging '• There are no applicable conditions to this offer.' into the existing final field code. Similarly: {IF{MERGEFIELD pvgdisclosure}= "PVG Adults" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to Adults" ""} and: {IF{MERGEFIELD pvgdisclosure}= "PVG Both" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to Adults and Children" "• There are no applicable conditions to this offer."} become: {IF{MERGEFIELD pvgdisclosure}= "PVG Adults" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to Adults" "{IF{MERGEFIELD pvgdisclosure}= "PVG Both" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to Adults and Children" "• There are no applicable conditions to this offer."}"} just by dragging the combined field from the previous process into the preceding field code. And, by doing that one more time, you end up with: {IF{MERGEFIELD pvgdisclosure}= "PVG Children" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to children" "{IF{MERGEFIELD pvgdisclosure}= "PVG Adults" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to Adults" "{IF{MERGEFIELD pvgdisclosure}= "PVG Both" "• PVG: You successfully gain and maintain membership of the Protecting Vulnerable Groups scheme in relation to Adults and Children" "• There are no applicable conditions to this offer."}"}"} The only (inconsequential) difference between that an what I suggested in post #2 is that I've left in some redundant double-quotes in this post. Alternatively, you could use the macro found under Convert Text Representations of Fields to Working Fields in the Mailmerge Tips and Tricks 'Sticky' thread at the top of this forum (https://www.msofficeforums.com/mail-...ps-tricks.html) to convert the text representations of the field code in this post or post #2 into a working field code.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Complex IF(AND statement to manipulate weighted grades - better way? | ddeaton | Excel | 11 | 07-11-2016 02:03 PM |
I'm not able to write any thing in my MS WORD 2007.
|
Arfan | Word | 1 | 09-10-2014 11:25 AM |
| write need help and copy write need help on another page auto | wykoems | Word | 2 | 07-25-2013 07:56 AM |
Searching for Word Reformatter for Complex Docs
|
jchapman | Word | 1 | 05-05-2011 04:50 PM |
How to write a table of contents in word
|
ugurkocak1980 | Word | 4 | 05-31-2010 06:10 AM |