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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

#error in reports due to null values

Status
Not open for further replies.

CHTHOMAS

Programmer
Jun 16, 1999
106
AE
How to handle #error in reports due to null values. The error appears for a calculated control on the report.
 
If you try and do sums (or any operation) involving a value which is null then you will get this error. I don't know if there is any better way of doing it, but you could find out which part of the calculation could have a value of null, and then use the Nz() function to make sure that a null value is converted into something useful. You can look up full info on Nz in help.<br>
<br>
Jonathan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top