R
Ripper
I have the following as a formula in an Access03 query:
WritingZ: IIf([Writing]=1,1,IIf([Writing]=2,1,IIf([Writing] Is Null,"",0)))
I am getting a #Error as a result in the cells with a null. What am I doing
wrong to get the #Error in only the blank cells? I get a result if I use a
number in place of the "". However I need the blanks to remain blanks.
WritingZ: IIf([Writing]=1,1,IIf([Writing]=2,1,IIf([Writing] Is Null,"",0)))
I am getting a #Error as a result in the cells with a null. What am I doing
wrong to get the #Error in only the blank cells? I get a result if I use a
number in place of the "". However I need the blanks to remain blanks.