I have a combo box(A) in a form that gets values from itself--from values entered in a text box and another combobox(B). When I change the values in the text box the values update in combo(A), but when i change the selection in combo(B) the values are not updated in combo(A) until i close the form completely and reopen. Anyone know how to fix this?