I am adding fields in a query, but I am running into a problem. I am using the build function to add 5 number fields together. In some of the fields there is a null instead of having a number. When it tries to add a null, it appears that it the total result is null even though there are numbers in the other fields.
Example........
Field1 = 2
Field2 = 3
Field3 = blank/null
In build....
If, Total: [Field1]+[Field2]+[Field3], then Total = blank/null, instead of 5 (desired result)
Although, if Total: [Field1]+[Field2], then Total = 5
Any ideas why these blanks are giving me problems?
Thanks in advance!
Example........
Field1 = 2
Field2 = 3
Field3 = blank/null
In build....
If, Total: [Field1]+[Field2]+[Field3], then Total = blank/null, instead of 5 (desired result)
Although, if Total: [Field1]+[Field2], then Total = 5
Any ideas why these blanks are giving me problems?
Thanks in advance!