mikejcurtis
IS-IT--Management
I have a form that I want to have most of the combo box fields filled out using queries. The queries contain the unique values in a single field in the data table. I created methods that create the queries for the combo boxes and that works right. The problem is that I need to let the user type in a value if it doesn't appear in the list. When I type in anything not on the list, the field value disappears as soon as I leave that field.