I have a TDBLookUpComboBox connected to and SQL Query. When I close the query, the TDBLookUpComboBox retains its previous text. Is there a way to reset and clear the text of this control? In addition, I have other sql statements generated off the selection in the aforementioned TDBLookUpComboBox. These Queries in turn drive other TDBLookUpComboBoxes. For some reason, when i populate these boxes, if the query returns the same results as a previous time, the box automatically selects the last selected item in the list, i need it to default back to none selected. any ideas?