I have the following in my query and it's giving an error - Syntax Error.
Would somebody be able to explain why this might be.
Code:
Available Savings: IIf([Sub to Plt Date]>1/1/2012,[Current _ann trans cost]-[Proposed_ann trans cost]/12*(13-(DatePart("m",[Sub to Plt Date])),[Current _ann trans cost]-[Proposed_ann trans cost]))
Comment