Hi All,
I am trying to create the below iif statement:
Iif([Termed_Ind] is like *true*, 1, 0)
However, when I try running the query I get error message below:
"The expression you enters contain invalid syntax."
The field "termed_ind" has some of the following values below:
1. "falsefalsefalse"
2. "falsetruefalse"
3. "falsefalseTrue"
4. etc.
Does anyone know a way I can grouping these "true" values simply?
Thanks.
I am trying to create the below iif statement:
Iif([Termed_Ind] is like *true*, 1, 0)
However, when I try running the query I get error message below:
"The expression you enters contain invalid syntax."
The field "termed_ind" has some of the following values below:
1. "falsefalsefalse"
2. "falsetruefalse"
3. "falsefalseTrue"
4. etc.
Does anyone know a way I can grouping these "true" values simply?
Thanks.