Hi everyone
I have data in two tables. The first table contains invoices that have been paid. The second table is invoices that have been submitted for payment. I need the check the invoices in table 2 against table 1 to see if they have been paid already.
I want to match the value of "desciption", "PO number" and "price" from table two against Table one, and return the value "PAID" if all values on the row match.
Thank you
I have data in two tables. The first table contains invoices that have been paid. The second table is invoices that have been submitted for payment. I need the check the invoices in table 2 against table 1 to see if they have been paid already.
I want to match the value of "desciption", "PO number" and "price" from table two against Table one, and return the value "PAID" if all values on the row match.
Thank you