T
Tracy
I don't have much experience with this, so please, when
you respond, type slowly, so I can understand
Our database stores sales tax in 4 different columns,
Sales_tax_rate1, Sales_tax_rate2, etc. I need to find
which one of those 4 have a sales rate populated. How do
I retrieve the sales rate? I am assuming that somehow I
do an Else if statement saying something like if
Sales_tax_rate1>0 then give me that number, but if it is
not >0, go to Sales_tax_rate2 and see if it is greater
than 0 and so on until if finds a tax rate. I will then
do calculations based on the number I find.
Thank you.
Tracy
you respond, type slowly, so I can understand
Our database stores sales tax in 4 different columns,
Sales_tax_rate1, Sales_tax_rate2, etc. I need to find
which one of those 4 have a sales rate populated. How do
I retrieve the sales rate? I am assuming that somehow I
do an Else if statement saying something like if
Sales_tax_rate1>0 then give me that number, but if it is
not >0, go to Sales_tax_rate2 and see if it is greater
than 0 and so on until if finds a tax rate. I will then
do calculations based on the number I find.
Thank you.
Tracy