I have a query that has a field that sums the total of 3 other fields. My problem is whenever one of the 3 values is null, the subtotal does not work, but when all fields have a value it works perfectly fine. Is there a way to properly code this so that the field(s) that are null are given the value of 0 (zero) so that the subtotal can work?
Here is what I already have:
Subtotal:[field1]+[field2]+[field3]
Any suggestions or help would be very much appreciated. Thank you in advance.
Here is what I already have:
Subtotal:[field1]+[field2]+[field3]
Any suggestions or help would be very much appreciated. Thank you in advance.