Fairly new to access and I've searched all over to get the syntax on this right.
I have a table with a field [Response] and a field [Index Date] along with an Id number.
I've tried this IIF statement but keep getting the Invalid Syntax error - "You may have entered an operand without an operator"
Due Date: IIF([Response]="IC Review",[Index Date]+30, IIF([Response]=”3MTH F/U”,[Index Date]+90, IIF([Response]=”6MTH F/U”,[Index Date]+180, IIF([Response]=”12MTH F/U”,[Index Date]+360))))
Any ideas?
I have a table with a field [Response] and a field [Index Date] along with an Id number.
I've tried this IIF statement but keep getting the Invalid Syntax error - "You may have entered an operand without an operator"
Due Date: IIF([Response]="IC Review",[Index Date]+30, IIF([Response]=”3MTH F/U”,[Index Date]+90, IIF([Response]=”6MTH F/U”,[Index Date]+180, IIF([Response]=”12MTH F/U”,[Index Date]+360))))
Any ideas?
