G
Guest
I have 2 files that have same fields, date,credit number and amount. some
transacitons may have duplicate entry with same credit number with either the
same amount or different amount. These are true with the second file also. I
need to compare both and match them together and see what are left
outstanding for both files. When I do query with either unique value or
unique record, it still give me duplicate matching. I did have an indexec
number for both files. For example, file#1 has credit number12345 with
$10.00, file#2 has 2 transactions with credit number 12345 with $10, Access
will pick up file#1 twice and match up with both 2 transactions in
file#2,vice versa.
I need to be able to match exactly but not pick up the one that can't match.
Any help will be appreciated.
transacitons may have duplicate entry with same credit number with either the
same amount or different amount. These are true with the second file also. I
need to compare both and match them together and see what are left
outstanding for both files. When I do query with either unique value or
unique record, it still give me duplicate matching. I did have an indexec
number for both files. For example, file#1 has credit number12345 with
$10.00, file#2 has 2 transactions with credit number 12345 with $10, Access
will pick up file#1 twice and match up with both 2 transactions in
file#2,vice versa.
I need to be able to match exactly but not pick up the one that can't match.
Any help will be appreciated.