S
Scott
I have a repeating text field named "Divisions" that I have bound to a
Multiple-Selection listbox. I am trying to compose a rule (on a button
in the form) with a condition that simply checks to see if a particular
string (ex., "Division A") is one of the values selected in the
listbox. No matter what I try, it never returns true when "Division A"
is selected in the listbox.
Logically I'm trying to say....if (any value in Divisions = "Division
A") then...
Can anyone help me?
Multiple-Selection listbox. I am trying to compose a rule (on a button
in the form) with a condition that simply checks to see if a particular
string (ex., "Division A") is one of the values selected in the
listbox. No matter what I try, it never returns true when "Division A"
is selected in the listbox.
Logically I'm trying to say....if (any value in Divisions = "Division
A") then...
Can anyone help me?