Sorry for the weak discription of the problem but I'll explain the best I can.
CR 8.5
Here is the table structure:
TRNX# TRNXTYPE TRNXAMOUNT CONTRACT
101 PD 500.00 10234
102 PD 750.00 10156
103 CN 500.00 10234
104 PD 1200.00 10234
Here is what I am trying to do. PD = check issued, CN = cancelled check. I'm trying to isolate contracts where we are cancelling and reissuing checks that we shouldn't be (and, therefore, wasting money).
So I want to compare and isolate PD's and CN's on the same contract with the same TRNXAMOUNT. Any idea on how to accomplish this?
Thanks
CR 8.5
Here is the table structure:
TRNX# TRNXTYPE TRNXAMOUNT CONTRACT
101 PD 500.00 10234
102 PD 750.00 10156
103 CN 500.00 10234
104 PD 1200.00 10234
Here is what I am trying to do. PD = check issued, CN = cancelled check. I'm trying to isolate contracts where we are cancelling and reissuing checks that we shouldn't be (and, therefore, wasting money).
So I want to compare and isolate PD's and CN's on the same contract with the same TRNXAMOUNT. Any idea on how to accomplish this?
Thanks