Hi guys, I'm trying to use the following iif statement in a query and it doesn't seem to be working.
VAT: IIf([Charge]="NO","0",([Rate]/100*[Sales]))
"Charge" is a field in one of my tables (also used in the query)
"Rate" is also a field in on the of the tables.
"Sales" however is a...