E
emily
I am creating a query , and I need to add a number of fields to each other.
Some of the fields have data that are null. When the data is null, I cannot
create an expression to sum five fields for that record. The new expression
for that record becomes null. So if I have an expression with
70+45+21+null+16...how can I make the answer 157 and not null?????
Some of the fields have data that are null. When the data is null, I cannot
create an expression to sum five fields for that record. The new expression
for that record becomes null. So if I have an expression with
70+45+21+null+16...how can I make the answer 157 and not null?????