G
Guest
I have a field in my form that I want to automatically provide the sales tax,
based on the zipcode. I am using the expression builder. I have 5 different
zipcodes and then "all others". I am successful in doing just one of the
zipcodes and then the all others, but I need to include the other 4 zipcode
options. this example works for me:
=IIf([custzip]=12345,[charged]*0.07,[charged]*0.0055)
How do i add additional custzip, such as:
12456 at 0.07
12567 at 0.07
12678 at 0.65
12789 at 0.65
based on the zipcode. I am using the expression builder. I have 5 different
zipcodes and then "all others". I am successful in doing just one of the
zipcodes and then the all others, but I need to include the other 4 zipcode
options. this example works for me:
=IIf([custzip]=12345,[charged]*0.07,[charged]*0.0055)
How do i add additional custzip, such as:
12456 at 0.07
12567 at 0.07
12678 at 0.65
12789 at 0.65