I'm trying to code a multiple IF statement to assign marks to a test. I'm sure I've done this before but I keep getting an error:
An expression you entered contains invalid syntax
The code (in the QBE grid) is:
Mk: IIf(([Answer]='+' And [Response]='++'),5,( IIf(([Answer]='+' And [Response]='+'),4,-9)))
Can you see what is wrong?
An expression you entered contains invalid syntax
The code (in the QBE grid) is:
Mk: IIf(([Answer]='+' And [Response]='++'),5,( IIf(([Answer]='+' And [Response]='+'),4,-9)))
Can you see what is wrong?