Combo2 list items are based on the selection made in Combo1. The list displays correct the first time a selection is made in Combo1, but does not update if a new selection is made.
Combo1 = JobNum_Combo
Combo2 = ODWall_Combo
After Update Event Procedure.....
Private Sub JobNum_Combo_AfterUpdate()
Me.ODWall_Combo.Requery
End Sub
I am obviously missing something here. Hopefully a different perspective will discover it.
Combo1 = JobNum_Combo
Combo2 = ODWall_Combo
After Update Event Procedure.....
Private Sub JobNum_Combo_AfterUpdate()
Me.ODWall_Combo.Requery
End Sub
I am obviously missing something here. Hopefully a different perspective will discover it.