First, I must apologize I am a novice and may not have all the correct terminology, but I should be able to get my question accross.
I have a form with 4 combo boxes (Combo150, Combo170, Combo158 and 160) that are used to filter a sub form, which works fine as long as I filter in order. What I would like to do is add a line in say Private Sub Combo160_AfterUpdate() that if Combo160 is null run the code for Combo170_afterupdate().
This seems as though it would be easier that coding every possibility in each Combo Afterupdate.
I have a form with 4 combo boxes (Combo150, Combo170, Combo158 and 160) that are used to filter a sub form, which works fine as long as I filter in order. What I would like to do is add a line in say Private Sub Combo160_AfterUpdate() that if Combo160 is null run the code for Combo170_afterupdate().
This seems as though it would be easier that coding every possibility in each Combo Afterupdate.