What program? GridView? Crystal Reports? Financial Reporter? Antoher?
You will need to create a formula that does something like:
IF({Amount1} <> 0 , {Amount2} / {Amount1} , 0)
or maybe
IF Amount1 <> 0 THEN Amount2 / Amount1 ELSE 0
or something similar. You need to build into the formula a condition that tests for the divisor being zero and if it is, give different results than performing the division operation.
_________________________
Regards,
Softrak Tech Support