I have query field named SBDR. in this field I have written a formula same as. For true value it returning -1and for false blank but i need 1. Another problem is I have more field like SBDR. such as SBCR, CDDR, CDCR. when I use [SBDR]+[SBCR]+[CDDR]+[CDCR] formula in another field , it returns blank value.Code:IIf(Left([CATEGORY],6)="SAVING",1 And IIf([DrAMOUNT]>0,1,0))
What can I do now?
note: DrAmount is Number field