Combo Boxes to fill List Box

  • Thread starter Thread starter PR
  • Start date Start date
P

PR

I have a form that I want to place a combo box on it with 2 list boxes: then I want to pick a item from the combo box and display in the first list box all the data items relating to the data item in the combo box, then when the list box has those data items in it, I want to select a data item in that list box, then the 2nd list box returns the data item relating to those in the first list box. Something like this:

Combo_Box List_box_1 List_box_2
1 2.1 2.4.1
2 2.2 2.4.2
3 2.3 2.4.3
4 2.4 2.4.4

So if I click on '2' in Combo_Box, I would see the values in List_box_1, if I click on '2.4', I would see the values in List_box_2


Regards - Paul
 
www.mvps.org/access/forms has an entry on populating a series of comboboxes, each one from the next. The principle would be the same for listboxes.
I have a form that I want to place a combo box on it with 2 list boxes: then I want to pick a item from the combo box and display in the first list box all the data items relating to the data item in the combo box, then when the list box has those data items in it, I want to select a data item in that list box, then the 2nd list box returns the data item relating to those in the first list box. Something like this:

Combo_Box List_box_1 List_box_2
1 2.1 2.4.1
2 2.2 2.4.2
3 2.3 2.4.3
4 2.4 2.4.4

So if I click on '2' in Combo_Box, I would see the values in List_box_1, if I click on '2.4', I would see the values in List_box_2


Regards - Paul
 

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

Similar Threads

Combo box problem 3
combo box choices based on first combo box 7
Combo Box Not in List function 1
Combo box - not in list 2
Combo box / Query 1
Combo Box Default 3
Combo box problem 1
combo boxes 1

Back
Top