Clearing a combobox with VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to clear an unbound combobox in Access with VBA?

In word or Excel forms you just use combo2.clear
Doesn't even have that method in Access. If I'm poulating it with an additem,
why can't I clear it. Do I have to write a procedure to somehow go through all
the items I added and remove them?
(e-mail address removed)
 
Back
Top