I have about 50 records with a single value field each.
I want to identify which records add up to a given total. There may or may not be a unique combination.
In this example the total of the value fields is 100,857
I know there is at least one subset of those records that adds up to 90,187. How can I identify what possible subsets fit?
Any ideas? Am I being thick?
I want to identify which records add up to a given total. There may or may not be a unique combination.
In this example the total of the value fields is 100,857
I know there is at least one subset of those records that adds up to 90,187. How can I identify what possible subsets fit?
Any ideas? Am I being thick?