I normally use the on focus event to initiate the docmd.dropdown for a combo box lookup. In this case the combo box has focus when the form is opened so would rather use the on change event to initiate the docmd.dropdown. The problem is that the after update event opens a 2nd form and the combo box remains open in that 2nd form.