Hi,
I’ve built a query that is used to populate a report. The query is a combination of data from tables and 2 formulas applied to the table data. The query and formulas are woking fine with the RARE exception when formula 1 results in zero. Although this is the correct answer, it results in a zero in formula 2 which is not the correct answer. I’m looking for a way or the best place to put an if / than statement to adjust for this. The statement would read something like:
If me.AdjustedSalesTax.value = 0 then
me.adjustedSalesTax.value = me.AmountAllocated *.06
End IF
If there is a better way to do this than I’m open to that as well.
Thanks,
Leesha