Problem : I have 2 column that contain numeric fields but then one column sometimes does not have any value, means that it has null value.
Solution : Use NZ function to convert the values to zeroes.
Example : NZ ([columnName1, 0 ]) + NZ([columnName2, 0])
No comments:
Post a Comment