I have a form with a combo box dropdown. The After Update property of the combo box opens a second form to the record matching the name selected on the first form combo box dropdown. This works fine when selecting the name by pressing Enter but when the user selects the name by mouse clicking it, the second form opens and the dropdown list is visible. How do I make the dropdown list go away when the second form opens?