C
ChristineKD
I am trying to automate a task that is frequently done in my department
I have created a form in Word 2007 that asks the user about 10 pages o
questions (some as yes/no, some as check boxes, some as open ende
questions using text form fields). Based on their answers, a report wil
be automatically generated. My problem is that I would like to generat
a specific line of text based on answers to three drop down questions.
can easily compare two, but cannot get it to work with a third added.
have searched for hours and have found similar questions, but no answer
that have worked for my particular issue. Here is what I have so fa
(using Ctrl/Fn/F9)...
{IF{= AND ({COMPARE{Field1}= "No"}, {COMPARE{Field2}= "No"})= 1 "Desire
Text" "Text if False"}
This works but I cannot figure out how to add a third field comparison
I am unable to correctly nest the IF statements as suggested on a reall
old thread.
Any help with an example would be greatly appreciated! Thank you.
Christin
I have created a form in Word 2007 that asks the user about 10 pages o
questions (some as yes/no, some as check boxes, some as open ende
questions using text form fields). Based on their answers, a report wil
be automatically generated. My problem is that I would like to generat
a specific line of text based on answers to three drop down questions.
can easily compare two, but cannot get it to work with a third added.
have searched for hours and have found similar questions, but no answer
that have worked for my particular issue. Here is what I have so fa
(using Ctrl/Fn/F9)...
{IF{= AND ({COMPARE{Field1}= "No"}, {COMPARE{Field2}= "No"})= 1 "Desire
Text" "Text if False"}
This works but I cannot figure out how to add a third field comparison
I am unable to correctly nest the IF statements as suggested on a reall
old thread.
Any help with an example would be greatly appreciated! Thank you.
Christin