Re: I Need Help



On Apr 29, 5:17?pm, aelha...@xxxxxxxxx wrote:
I Need Some Algorithm To finding all possible combinations of M
different symbols
like A B C

A A B B C C
B C A C A B
C B C A B A

Start an Access database. Make a table and put in it
each symbol as a record (three records in this example).
Now make a query and put in it as many copies of the
table as there are places in the output (six in the example
given).

Make sure you don't link any of the tables!

Run the query and the database will create the Cartesian
Product of the 6 tables copies.

Voila.


.


Quantcast