I have calculated fields within an access report. One field is divided by another. In some of the output I get the #num! error. There's seems to be nothing in common about the fields with errors. My calculation is :
=IIF((field2)=0,0,(field1/field2)*1000)). Help!!
=IIF((field2)=0,0,(field1/field2)*1000)). Help!!