G
Guest
I am working on a project where I got struck up at a point. The problem is I
have three list boxes in a form and I would like to create a table based upon
the combinations of the chosen variable from those three list boxes. For
example, let's say we choose (1,2,3) from list box 1, (A,B) from list box 2
and (C,D) from list box 3. I would like to have my table populated with the
combination of chosen list which should look like 1,A,C; 1,A,D; 1,B,C; 1,B,D;
2,A,C; 2,A,D and so on. Is there any easy way to get it done. I would
appreciate any sort of help in this regard. Thanks
have three list boxes in a form and I would like to create a table based upon
the combinations of the chosen variable from those three list boxes. For
example, let's say we choose (1,2,3) from list box 1, (A,B) from list box 2
and (C,D) from list box 3. I would like to have my table populated with the
combination of chosen list which should look like 1,A,C; 1,A,D; 1,B,C; 1,B,D;
2,A,C; 2,A,D and so on. Is there any easy way to get it done. I would
appreciate any sort of help in this regard. Thanks