I have a table called tblcars with the following fields:
car,model,price and tax. I made a form from it with the
same fields, except that label TAX in the form is
calculated and has the following formula:
=iif([MODEL]>=A,[PRICE]*0.005,iif([MODEL]<=B,[PRICE]*0.0010))
MODEL could be form A to Z but I only want this operation to
happen on models A and B. Everything works fine, but when I
go the table tblcars the field TAX is empty!
Thanks in advanced for your help!
Roger
car,model,price and tax. I made a form from it with the
same fields, except that label TAX in the form is
calculated and has the following formula:
=iif([MODEL]>=A,[PRICE]*0.005,iif([MODEL]<=B,[PRICE]*0.0010))
MODEL could be form A to Z but I only want this operation to
happen on models A and B. Everything works fine, but when I
go the table tblcars the field TAX is empty!
Thanks in advanced for your help!
Roger