Create a table from the chosen variables in list box

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top