D
Denver
Hi,
I have a text field [Done] with control source
=IIf([Status 2]="SCEC","NA",(IIf([Status 2]="SEGI","NA",(IIf([Status
2]="SLSA",[Text386])))))
I have Text414 with control source =Sum(IIf(Me!Done<>"NA",1,0)).
I want this Text414 to Sum field[Done] <> "NA"?
What do I miss in my Formula =Sum(IIf(Me!Done<>"NA",1,0))
this formula gives me a 0
when i try doing this =Sum(IIf(Me!Done<>"NA",0,1))
it gives me 18 instead of 993, this formula do not do summation but count
number of item.
thanks for any help, I appreciate.
I have a text field [Done] with control source
=IIf([Status 2]="SCEC","NA",(IIf([Status 2]="SEGI","NA",(IIf([Status
2]="SLSA",[Text386])))))
I have Text414 with control source =Sum(IIf(Me!Done<>"NA",1,0)).
I want this Text414 to Sum field[Done] <> "NA"?
What do I miss in my Formula =Sum(IIf(Me!Done<>"NA",1,0))
this formula gives me a 0
when i try doing this =Sum(IIf(Me!Done<>"NA",0,1))
it gives me 18 instead of 993, this formula do not do summation but count
number of item.
thanks for any help, I appreciate.