Forum Discussion
Tony2021
Jun 02, 2022Steel Contributor
Nz and Dsum
Experts, How would I add Nz to the below AmendSum Dsum statement? I think I need to add Nz if the "Amount" is null. The amount is NULL in tblFXAmends where IDFXfk]= & [ID] (I did set the defaul...
- Jun 03, 2022Just add Nz in the following concept
Nz(Dsum("field","table","Criteria"),0)