A
Ann
Hi
I figured out how to assign the Control Source from my
Option Group to my table so now if I click on the 20%
option I get 1 back in the table, if I click on the 40%
option I get 2 and if I click on the Exempt option I get
3. I now need to query this to show Tax % in a new field.
I have tried using iif([Tax Rate]=1,20%,iif([Tax Rate]
=2,40%,"exempt")) but this is giving me error# in each
cell.
I have:
Name Dept Tax Rate Tax %
Ann Training 1 (coming from I want this to show 20%
the option 40% or Exempt
on the form)
Any help would be greatly appreciated1
Thanks in advance
Ann
I figured out how to assign the Control Source from my
Option Group to my table so now if I click on the 20%
option I get 1 back in the table, if I click on the 40%
option I get 2 and if I click on the Exempt option I get
3. I now need to query this to show Tax % in a new field.
I have tried using iif([Tax Rate]=1,20%,iif([Tax Rate]
=2,40%,"exempt")) but this is giving me error# in each
cell.
I have:
Name Dept Tax Rate Tax %
Ann Training 1 (coming from I want this to show 20%
the option 40% or Exempt
on the form)
Any help would be greatly appreciated1
Thanks in advance
Ann