Is It possible to hide #Num! errors by formating the field?

  • Thread starter Thread starter Hallgeir
  • Start date Start date
H

Hallgeir

I have a field in my report where I sometimes devide by zero and then get
#Num!. I know I can avoid this by using iif statements, but is there a way I
can format the field so it don't shows the #Num!?. To check for zero value
before devide by using iif implicates heavy calculation. I'm hoping to avoid
this. Appreciate any tips.
 
Back
Top