I hope this is the right description for my question.
I am trying to build a table which contains the permutations or combinations of different groups. It needs to show all the possible combinations available. I have this done in Excel pretty easily and have imported it into Access for now, but when things change/grow it will become an issue. Here's what it looks like:
1) Every group has a value which is double the preceding group's value
2) When the groups get added to each other they generate a unique value for that permutation or combination.
EX.
1 Group A
2 Group B
4 Group C
8 Group D
etc...
Output:
1 A
2 B
3 B+A
4 C
5 C+A
6 C+B
7 C+B+A
8 D
9 D+A
etc.....
As you can see, this is pretty easy to do in Excel, but when the groups change (not bad I guess) or when you exceed Excel's row limit (I've already done that with 20 groups) what do you do? This is why I thought Access would be better except I have NO IDEA how to generate the values.
Any thoughts?
I am trying to build a table which contains the permutations or combinations of different groups. It needs to show all the possible combinations available. I have this done in Excel pretty easily and have imported it into Access for now, but when things change/grow it will become an issue. Here's what it looks like:
1) Every group has a value which is double the preceding group's value
2) When the groups get added to each other they generate a unique value for that permutation or combination.
EX.
1 Group A
2 Group B
4 Group C
8 Group D
etc...
Output:
1 A
2 B
3 B+A
4 C
5 C+A
6 C+B
7 C+B+A
8 D
9 D+A
etc.....
As you can see, this is pretty easy to do in Excel, but when the groups change (not bad I guess) or when you exceed Excel's row limit (I've already done that with 20 groups) what do you do? This is why I thought Access would be better except I have NO IDEA how to generate the values.
Any thoughts?