View Single Post
 
Old 11-30-2015, 07:37 PM
sunaina_ssl@yahoo.com.au sunaina_ssl@yahoo.com.au is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Nov 2015
Posts: 2
sunaina_ssl@yahoo.com.au is on a distinguished road
Default 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.
Reply With Quote