"Can't modify the items collection when the datasource property is set"
dataset1.clear()
Dim myDataset As Dataset
Dim myDataRow As DataRow
myDataset = nameofyourdataset1
'Now this isn't perfect as i'm doing this without any help in front of me
For Each myDataRow in mydataset
mycombobox.items.add(mydatarow("nameofdbfield")
Next