Use the "On Change" event in your first combo box, update the "filter" property on your second combo box and issue a refresh.
Actually it should be in the combo's AFTER UPDATE event, not the On Change. On Change will also fire for every keystroke if someone starts typing in it which can cause problems and slow things down, depending on things.