Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Reports Eliminate #Error in Fields?

Status
Not open for further replies.

Cleis

Technical User
Jun 4, 2000
197
US
Hi Group!

Can anyone tell me how to eliminate #Error or #Num on my reports when they print? As you know, you can't divide 0 by 0 and this of course displays the above errors! Any help would be apprieciated!


Rich, Chicago
 
If they are all val/Val2 - where val2 = 0, then use a conditional:

=IIF([Val2], [val]/[val2], 0)

Of course, val and Val2 need to be replaced w/ YOUR filed names.
MichaelRed
redmsp@erols.com

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top