I have a main form that has a drop-down combo box. If the user doesn't see the person in the list they want to select, I have a button that will open a new form where they can add the new person to the list. The problem is - after closing the New "add person" form, the combo list on the MAIN form needs to be refreshed somehow - It only works for me when I close the form and open it again. Is there a way to close the ADD form and it will refresh the combobox on the mainform??