HiI have tried to update my combobox with no luck. I add records to the table,the combobox has as Datasource, but I don't know how to update the combobox.I have tried updata the OleDBAdapter and the DataSet and set the datasourceto that dataset, but nothing happens. I can see in the database that I'veadded a new record to the table, but nothing happens to the combobox when Iupdate it.Does anyone know how to solve this.I also don't know how to clear the ComboBox, I know that when I wan't to clear the DataGrid I use the code SetDataBinding(Nothing,Nothing). How do I clear a ComboBox?Please I need help!!Fia