Hi
I have a Query that calculates a value SubTotal using one of two values depending on the state of a check box called Euro.
SubTotal: IIf([Euro]=True,[Quantity]*([UnitPrice]*[ExchangeRate])-[Discount],[Quantity]*[UnitPrice]-[Discount])
This works fine. The value is calculated correctly...