C
Caburky
Is there a way to calculate conditional expressions? For example:
Total: IIf([field1]>0,1,0) + IIf([field2]>0,1,0) + IIf([field3]>0,1,0))) or
is there a better way to go about this?
Thanks!!
Total: IIf([field1]>0,1,0) + IIf([field2]>0,1,0) + IIf([field3]>0,1,0))) or
is there a better way to go about this?
Thanks!!