E
el bebe
I have 2 combo boxes that I'd like to relate:
Combo1's selection options (from a Table1) should be a single instance of
the first column.
Ex: Table1 items
Tires Black cheap
Tires White stripe expensive
Windows Glass expensive
Windows Plastic cheap
Speakers Round cheap
Speakers Square expensive
Once the selection has been made in Combo1, I'd like Combo2 to show column 2
of ONLY those items which match Combo1.
Ex: Combo1 = Tires/Windows/Speakers, onlye once "Windows" is selected, then
Combo2 = Glass/Plastic
Once Combo2 has been selected, I'd like textBox1 to show column 3.
Thank you!
Combo1's selection options (from a Table1) should be a single instance of
the first column.
Ex: Table1 items
Tires Black cheap
Tires White stripe expensive
Windows Glass expensive
Windows Plastic cheap
Speakers Round cheap
Speakers Square expensive
Once the selection has been made in Combo1, I'd like Combo2 to show column 2
of ONLY those items which match Combo1.
Ex: Combo1 = Tires/Windows/Speakers, onlye once "Windows" is selected, then
Combo2 = Glass/Plastic
Once Combo2 has been selected, I'd like textBox1 to show column 3.
Thank you!