I
Iram
Hello.
I have a continous form with the following fields:
SaleAmount
Discount
Taxable? (Yes/No check mark field)
I am trying to create a field that will calculate the tax for each record
i.e if "Taxable?" is checked than SaleAmount-Discount*.075 else 0
This is what I wrote and it doesn't work:
IIf(([Taxable?])="Yes", ([SaleAmount])-([Discount])*.075, 0))
How should I write it?
Thanks your help is greatly appreciated.
Iram/mcp
I have a continous form with the following fields:
SaleAmount
Discount
Taxable? (Yes/No check mark field)
I am trying to create a field that will calculate the tax for each record
i.e if "Taxable?" is checked than SaleAmount-Discount*.075 else 0
This is what I wrote and it doesn't work:
IIf(([Taxable?])="Yes", ([SaleAmount])-([Discount])*.075, 0))
How should I write it?
Thanks your help is greatly appreciated.
Iram/mcp