D
DS
I have a Main Form with a Subform. In the footer of the subform I have
an Expression that works as long as there is a record. If there are no
records I get nothing, I want the total to be 0, I tried the two
following expressions, they only work if there are records. Otherwise I
see nothing. Does anyone know what I'm doing wrong?
=Nz([TotwTax],Sum([TotwTax]),0)
=IIf(IsNull([TotwTax]),Sum(TotwTax),0)
Thanks
DS
an Expression that works as long as there is a record. If there are no
records I get nothing, I want the total to be 0, I tried the two
following expressions, they only work if there are records. Otherwise I
see nothing. Does anyone know what I'm doing wrong?
=Nz([TotwTax],Sum([TotwTax]),0)
=IIf(IsNull([TotwTax]),Sum(TotwTax),0)
Thanks
DS