In a query I am adding four fields together in a new field. I am doing the calculation in build. It looks like this...
NewField: Field1 + Field2 + Field3 + Field4
This works fine as long as a have a number entered into every field. Although, if one field is blank, it does not add the others together.
What do I need to do to get it to add the fields even if one or more have a null value?
Thanks!
NewField: Field1 + Field2 + Field3 + Field4
This works fine as long as a have a number entered into every field. Although, if one field is blank, it does not add the others together.
What do I need to do to get it to add the fields even if one or more have a null value?
Thanks!