SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to simply remove the value in the combo box:
me.combobox = ""
If you want to remove the recordset of the combobox, the easiest way is:
me.combobox.recordset = "" me.combobox.requery