Hi, I have a calculated field in my query named VAT:, this field was the multiplication of the field
, but now the vat percentage is changed from the first of march to 0.17 instead of 0.15 so i want to use an if statement to check my transaction date in my query, if the date is before the 1/3/2012 the calculation to use the 0.15 otherwise to use the 0.17 .
Code:
AMOUNT*0.15
Comment