Hi,
I have a series of cascading combo boxes that work fine. The previous combo box (CB1) sets the row source of the next one (CB2) based on CB1's value. All fine and dandy for all 4 CBs.
My problem is, if someone comes back later and wants to the edit the record, they may just on CB3 (for example) and now it shows all possible selections (not just those based on CB2's value). I have set an 'on change' event to clear any subsequent combos, but can't figure out how to KEEP a combo restricted to a value. I have tried various requeries with 'on click' or 'on dirty' but have not found the right mix yet.
Any help with this one would be greatly appreciated!
John
I have a series of cascading combo boxes that work fine. The previous combo box (CB1) sets the row source of the next one (CB2) based on CB1's value. All fine and dandy for all 4 CBs.
My problem is, if someone comes back later and wants to the edit the record, they may just on CB3 (for example) and now it shows all possible selections (not just those based on CB2's value). I have set an 'on change' event to clear any subsequent combos, but can't figure out how to KEEP a combo restricted to a value. I have tried various requeries with 'on click' or 'on dirty' but have not found the right mix yet.
Any help with this one would be greatly appreciated!
John