I want to empty the combobox every time when form loads. Using the below code
But Combobax is not emptying.Private Sub Form_Load()
combo1.RowSource = ""
End Sub