How do i reset 1st item for combolist VSFlexGrid to blank after load the data from database, eg: If adoRset.RecordCount > 0 Then grdPeriods.ColComboList(grdPeriods.colIndex("VintageID")) = grdPeriods.BuildComboList(adoRset, "VintageCode", "VintageID") End If
Thanks Angela