G
Greg
JKC,
In addition to verifiying "calculate on exit" is checked
as Chad mentioned, you need to properly reference the
bookmark named dept. You can do this either { REF dept }
or just { dept }. That said, modify your conditional
field to:
{ IF { dept } = "HR""Janet""Fred" }
Again, all { } pairs are entered with CTRL+F9
I think I should be able to use an IF statement to do
this, but am having problems getting this working with
Text form fields added using the forms toolbar.
this.
didn't work either!
up.
In addition to verifiying "calculate on exit" is checked
as Chad mentioned, you need to properly reference the
bookmark named dept. You can do this either { REF dept }
or just { dept }. That said, modify your conditional
field to:
{ IF { dept } = "HR""Janet""Fred" }
Again, all { } pairs are entered with CTRL+F9
questions based on answers to the first set of questions.-----Original Message-----
Hi,
I'm trying to set up a Word form which autocompletes some
I think I should be able to use an IF statement to do
this, but am having problems getting this working with
Text form fields added using the forms toolbar.
articles, but she uses VBA macros & I'm trying to avoidI am using Word 2002 w/ XP professional.
I've searched these groups & have read the Dian Chapman
this.
the one's added by word or ctrl F9):Here's an example (looking at the fieldsw/ curly brackets
assigned by editing properties.Department { FORMTEXT} - this has the bookmark Dept
using a text form field? I tried the following, but thatYour contact person is {IF Dept = "HR" "Janet" "Fred" }
Do I have to label the bookmark differently because it's
didn't work either!
a YES check box is checked then a new question would popYour contact person is {IF {FORMTEXT Dept} = "HR" "Janet" "Fred" }
I can get this to work for numerical fields but not text.
Ideally I'd also like to do this for check boxes - eg if
up.