recyan
Registered User.
- Local time
- Today, 10:46
- Joined
- Dec 30, 2011
- Messages
- 180
Did not know where to post this, so ended up posting here.
I have a set of numbers, say (these could also be values of a column in a table)
FieldA = { 11, 16, 20, 23, 30, 37, 40, 50 }
I have a number, say 196.
I want {16,23,30,37,40,50} to be returned as these numbers add up to 196.
Note :
1) There is no possibility of two solutions with the kind of numbers that I may be using.
2) A solution using excel is also OK, though, personally I would prefer access.
Edit :
3) {16,23,30,37,40,50} - Each value is a separate record i.e. they are not in a single field, rather :
16
23
30
37
40
50
Can I request some guidance ?
Edit :
Note :
Am casting the net wide.
Have posted this here http://www.accessforums.net/access/how-compare-sum-few-numbers-set-against-29593.html#post144820 also.
In case there are any responses there, will update here.
Thanks
I have a set of numbers, say (these could also be values of a column in a table)
FieldA = { 11, 16, 20, 23, 30, 37, 40, 50 }
I have a number, say 196.
I want {16,23,30,37,40,50} to be returned as these numbers add up to 196.
Note :
1) There is no possibility of two solutions with the kind of numbers that I may be using.
2) A solution using excel is also OK, though, personally I would prefer access.
Edit :
3) {16,23,30,37,40,50} - Each value is a separate record i.e. they are not in a single field, rather :
16
23
30
37
40
50
Can I request some guidance ?
Edit :
Note :
Am casting the net wide.
Have posted this here http://www.accessforums.net/access/how-compare-sum-few-numbers-set-against-29593.html#post144820 also.
In case there are any responses there, will update here.
Thanks
Last edited: