I am trying to create a formula whereby I divide one field by another. In some cases the field used as the denominator must be a 0, because I get a "division by 0" error. I want to create a statement that would state (If standard_cost <> 0 then price_8/standard_cost else ??????). Can you give me the correct syntax or some sort of direction how I can weed out the division by 0.
Thanks in Advance,
Randy
Thanks in Advance,
Randy