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