I want to clear a form to add a new record but this:

cboCombo.text = ""

gives me an error saying that text property is read only. How can I clear this?