G
Guest
I’d like to make a list box dependent on multiple combo box selections, but
start out fully populated with all the records from the one table. For
example, when the database first loads, the list box displays all the
records. After selecting “Adult†from cb_age, the list box will display only
the matching records. Then, after selecting “California†from cb_location,
the list box will display all the records matching “Adult†and “California.â€
If cb_age is changed to “Child,†then the list box displays all records
matching “Child†and “California.†Etc. etc. I’d like to do this with as many
as five different combo boxes that will all affect the list box. I really
don’t know where to begin with this one, so any help would be greatly
appreciated!
Here’s what I have:
List Box lb_main
Combo Box cb_age
Combo Box cb_location
Combo Box cb_general
Lb_main is populated with data from tlb_main. Tbl_main has fields with
values (age, location, general) dependent on other tables (tbl_age,
tbl_location, tbl_general).
start out fully populated with all the records from the one table. For
example, when the database first loads, the list box displays all the
records. After selecting “Adult†from cb_age, the list box will display only
the matching records. Then, after selecting “California†from cb_location,
the list box will display all the records matching “Adult†and “California.â€
If cb_age is changed to “Child,†then the list box displays all records
matching “Child†and “California.†Etc. etc. I’d like to do this with as many
as five different combo boxes that will all affect the list box. I really
don’t know where to begin with this one, so any help would be greatly
appreciated!
Here’s what I have:
List Box lb_main
Combo Box cb_age
Combo Box cb_location
Combo Box cb_general
Lb_main is populated with data from tlb_main. Tbl_main has fields with
values (age, location, general) dependent on other tables (tbl_age,
tbl_location, tbl_general).