I took a quick look. If I understand it correctly, it seems that you
are loading the combo box in the form_initialize subroutine and that you
need to run the same code you run there at the end of the subroutine
cmdProblemDelete. I would put the code in the form_initialize
subroutine in a separate subroutine and call it from both
form_initialize and cmdproblemdelete.