The use of IF field codes in Word 2010
I need to be able to use an IF field to determine the text that should appear at a location depending on what was selected in a drop down list.
Can I do this? I have tried the below code and but it does not work.
{ IF "BNTYPE" = "Manager" "1" "0" }
here I am trying to say that the drop down list has been bookmarked as BNTYPE and I need it to say either true or false depending on whether Manager is selected in the drop down list or not.
Can anyone help please? Thanks.
|