That explains it. When the form opens, the Form_Load code sets the combobox Rowsource to blank. However, the moment that the combobox gets the focus (i.e. User clicks on the combobox), the Combo1_Enter code is triggered, which populates the combobox Rowsource. Consequently, the combobox always displays the list of values from the Dropdownvalues query.