Here is what I have for After Update in lstBox1 (as suggested):
me.lstBox2.requery
me.lstBox3.requery
this still doesn't do it all with a single selection of lstBox1. I still am required to select the filtered item in lstBox2 in order for lstBox3 to update.
Hope this is all making sense...
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...