i can do a cf with...
"Field Value is" "equal to" "[text0]"
this works fine. is it possible to do something like...
"Field Value is" "equal to" "[text0] Or equal to [text4]"
"Field Value is" "equal to" "[text0] Or [text4]"
the reason i am attmpting this is because i have 7 text boxes (all containing numbers) and cf only allows 3 seperate cf's.
i have tried coding it by building a string in a loop and then trying to convert the string into a control name, but can't seem to get my head around it as i have never used a variable for a control name before.
"Field Value is" "equal to" "[text0]"
this works fine. is it possible to do something like...
"Field Value is" "equal to" "[text0] Or equal to [text4]"
"Field Value is" "equal to" "[text0] Or [text4]"
the reason i am attmpting this is because i have 7 text boxes (all containing numbers) and cf only allows 3 seperate cf's.
i have tried coding it by building a string in a loop and then trying to convert the string into a control name, but can't seem to get my head around it as i have never used a variable for a control name before.