B
Brent
I have a query and in one of the fields I want to have a
new column (Answer) appear that displays 1 if the
answer1_1 (in the same query) contains the value of true
otherwise I want the Answer column to display 0.
Using a null value expression example I started to build
the following but it didn't work. This string is in the
field portion of the query:
Answer: IIf(true([answer1_1]),1,0)
What should it be to return the values I want?
new column (Answer) appear that displays 1 if the
answer1_1 (in the same query) contains the value of true
otherwise I want the Answer column to display 0.
Using a null value expression example I started to build
the following but it didn't work. This string is in the
field portion of the query:
Answer: IIf(true([answer1_1]),1,0)
What should it be to return the values I want?