ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Access Help



  german
Completely stuck with something at work :dapprove:
I have a table of options and corresponding values as per the simple example below:

Option Value
A 1
A 2
A 3
B 1
B 2
C 1
D 1
D 2

I want an automatic way of creating a list of all the possible combinations.
Each combination includes each option. So, in this instance, the list would be:

A1, B1, C1, D1
A1, B1, C1, D2
A1, B2, C1, D1
A1, B2, C1 ,D2
A2, B1, C1, D1
A2, B1, C1, D2
A2, B2, C1, D1
A2, B2, C1 ,D2
A3, B1, C1, D1
A3, B1, C1, D2
A3, B2, C1, D1
A3, B2, C1 ,D2

I'd appreciate if anyone could come up with an answer, be it in Access or Excel

Cheers
Chris
 


Top