G
Guest
I have a table of 100 values. I need to use three of the values from this
table once in the desired result. I want tho create a query that will return
all of the combinations possible without any duplicate combinations. For
example, I want to get 1,2,3 as a result but not 3,2,1 or 2,3,1...
I also do not want the query to give me 3,3,1 or 1,2,2. I can do this part
on my own by setting the criteria in the query to not return the undesired
results. It is the 1,2,3 - 3,2,1 dilema that is a problem for me.
Thanks,
table once in the desired result. I want tho create a query that will return
all of the combinations possible without any duplicate combinations. For
example, I want to get 1,2,3 as a result but not 3,2,1 or 2,3,1...
I also do not want the query to give me 3,3,1 or 1,2,2. I can do this part
on my own by setting the criteria in the query to not return the undesired
results. It is the 1,2,3 - 3,2,1 dilema that is a problem for me.
Thanks,