G
Guest
I have created a database that my department uses to record credits and
invoices. The records for each are stored in the same table and I need a way
to search different records to match reason codes.
If a user creates a credit for a given reason, they should create the
subsequent invoice for the same reason. This does not always happen and I
need a query to locate those mismatched reason codes.
Each record has a unique record ID but the matching will have to be based on
the specific invoice number, as this would be the same for both records.
What is the easiest way to search invoice numbers and compare reason codes
for each record? I want the report to list all record numbers that do not
have matching reason codes. Please advise.
invoices. The records for each are stored in the same table and I need a way
to search different records to match reason codes.
If a user creates a credit for a given reason, they should create the
subsequent invoice for the same reason. This does not always happen and I
need a query to locate those mismatched reason codes.
Each record has a unique record ID but the matching will have to be based on
the specific invoice number, as this would be the same for both records.
What is the easiest way to search invoice numbers and compare reason codes
for each record? I want the report to list all record numbers that do not
have matching reason codes. Please advise.