rubbernilly
Programmer
Is there some code template that will give me permutations of items of 'X' amount.
Given five items I want to return:
12345
12354
12534
15234
12435
14235
13245
21345
etc.
For this thread, the items can be phrased in terms of rows in a DAO.Recordset... any thoughts?
Given five items I want to return:
12345
12354
12534
15234
12435
14235
13245
21345
etc.
For this thread, the items can be phrased in terms of rows in a DAO.Recordset... any thoughts?