I have 3 dbcombo boxes on my form. If the user selects something from box one... I want it to sort box2 and have box2 only display info pertaining to the choice made in box 1, then when they choose something from box2 I want it to sort box3 and have box 3 only display info pertaining to the choice made in box 2


DBCombo1 Choice -------> DBCombo2 [Choices related to DBCombo1] -------> DBCombo3 [Choices related to DBCombo2].

I tried to figure it all out on my own but alas, I could not come up with a means of pulling it off.