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