G
Guest
I have the following expression in a query. I need to sum this colum. How?
I tried changing the total to sum. No change in data. Still displays all
records.
Expr1:
IIf([PUBLIC_T_DIARY_ADJ.CRED_DA_VAL]=1,0,IIf([PUBLIC_T_DIARY.CRED_DA_VAL]=1,0,1))
I tried changing the total to sum. No change in data. Still displays all
records.
Expr1:
IIf([PUBLIC_T_DIARY_ADJ.CRED_DA_VAL]=1,0,IIf([PUBLIC_T_DIARY.CRED_DA_VAL]=1,0,1))