G
Guest
My system has one combo box that the selection affects the contents of all other combo boxes
My combo boxes all have the logic that only loads them in the 'on focus' event if the rowsource is blank
What is the best way to have all the dependent combo boxes reload when the other combo box selection is changed. Right now I am setting all the other rowsources to blank, but is there a better way?
My combo boxes all have the logic that only loads them in the 'on focus' event if the rowsource is blank
What is the best way to have all the dependent combo boxes reload when the other combo box selection is changed. Right now I am setting all the other rowsources to blank, but is there a better way?