Good morning all,
I have a main form with 3 list boxes on it. The first list box lstBox1 filters the second list box lstBox2 with no problem. I make a selection in lstBox1 and it filters lstBox2 as intended. The problem I'm having is the third list box lstBox3. lstBox3 will only update if I click on the filtered item in lstBox2. I was hoping that the After Update event triggered from lstBox1 would filter lstBox2 AND lstBox3 but it doesn't seem to work that way. Can this be done where I select an item in lstBox1 and lstBox2 AND lstBox3 update together? Thank you!!
Soup
I have a main form with 3 list boxes on it. The first list box lstBox1 filters the second list box lstBox2 with no problem. I make a selection in lstBox1 and it filters lstBox2 as intended. The problem I'm having is the third list box lstBox3. lstBox3 will only update if I click on the filtered item in lstBox2. I was hoping that the After Update event triggered from lstBox1 would filter lstBox2 AND lstBox3 but it doesn't seem to work that way. Can this be done where I select an item in lstBox1 and lstBox2 AND lstBox3 update together? Thank you!!
Soup