G
Guest
I am working with a db that I am trying to create a query that will only show
if two fields added together equal the third then to not show that line. I
hope this makes sense. Basically if we bill a client and they only pay
partial, and then possibly make another payment. We want the two fields to
equal the original billed amount or the write off amount. This is what I
have and it shows nothing:
IIf([101504]![W/O_Amt]+[101504]![Later_pay]=[101504]![Amt_due],"Active")
if two fields added together equal the third then to not show that line. I
hope this makes sense. Basically if we bill a client and they only pay
partial, and then possibly make another payment. We want the two fields to
equal the original billed amount or the write off amount. This is what I
have and it shows nothing:
IIf([101504]![W/O_Amt]+[101504]![Later_pay]=[101504]![Amt_due],"Active")