Thank you very much that worked.
Thank you very much that worked.
sorry one more question. I would like to add two them together. so 3+5
i would like to add fieldname 3 and 5 together. So it would gave me the sum of both fieldnames.
Yes, I know.
=Sum(IIf([Source of Payment] = 3 OR [Source of Payment] = 5 , [Cash]+[Check]+[Credit Card], 0))
![]()
Thank you very much it worked