Hi all
Is there some kind of matching procedure that could be created to find matches in 2 tables. The catch is I'm not just looking for like values. For example:
List 1 has 30 records (Shows all of the deposits that were made to the bank in a given month -usually 1 per day)
List 2 has 100 records (which breaks down individual checks received)
Unfortunately, All i have are the values of the checks, no other information that can be used to match the checks with the deposits.
Some of these will be matching (there was only 1 check for that days deposit)
However, others will have multiple checks (usually not more than 5)
Is there any way to efficiently find which values in list 2 will add up to equal the values in list 1?
Any thoughts? THanks!
Is there some kind of matching procedure that could be created to find matches in 2 tables. The catch is I'm not just looking for like values. For example:
List 1 has 30 records (Shows all of the deposits that were made to the bank in a given month -usually 1 per day)
List 2 has 100 records (which breaks down individual checks received)
Unfortunately, All i have are the values of the checks, no other information that can be used to match the checks with the deposits.
Some of these will be matching (there was only 1 check for that days deposit)
However, others will have multiple checks (usually not more than 5)
Is there any way to efficiently find which values in list 2 will add up to equal the values in list 1?
Any thoughts? THanks!