I am trying to create an expression that will allow me to create a new value based on another field (TAXABLE)in my query.
1. add sales tax to a certain field (Expr3)if the TAXABLE field in my query is yes, or
2. return a null or zero value if the TAXABLE field is no.
I've tried the following expression, however I get an ERROR value in the field.
Any help would be appreciated.
Expr4: IIf([TAXABLE?]="YES",[Expr3]*0.065," "
1. add sales tax to a certain field (Expr3)if the TAXABLE field in my query is yes, or
2. return a null or zero value if the TAXABLE field is no.
I've tried the following expression, however I get an ERROR value in the field.
Any help would be appreciated.
Expr4: IIf([TAXABLE?]="YES",[Expr3]*0.065," "