If PaymentMade is a field containing those values, how about using quotes:
IIf(PaymentMade= "Cash"; [Expr3];...
Can we say pbaldy
He thus becomes the expression
IIf(PaymentMade= "Cash"; (sum[Expr3]= [amount]))
Function or use Case
I'm not clear on the goal, but perhaps:
=Sum(IIf(PaymentMade= "Cash", [Expr3], 0))
Thank you
Please refer to the following link
I put an example of facility (DB)
https://www.accessforums.net/queries...00/index2.html
Thank you
Please refer to the following link
I put an example of facility (DB)
https://www.accessforums.net/queries...00/index2.html