M
Marc
I would like to combine two iif together. I am able to get the results from
a single iif statement but not successful in combining the two.
iif([cert master]!Verbiage Like "*Best Buy Gift Card*",0.008,[discount]/3*7)
iif ([cert master]!Verbiage Like "*Bath & Body Works*",0.005, [discount]/3*7)
I thought a comma would work, but it does not. If I try or it does not
calculate correctly.
Thank you
a single iif statement but not successful in combining the two.
iif([cert master]!Verbiage Like "*Best Buy Gift Card*",0.008,[discount]/3*7)
iif ([cert master]!Verbiage Like "*Bath & Body Works*",0.005, [discount]/3*7)
I thought a comma would work, but it does not. If I try or it does not
calculate correctly.
Thank you