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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.