clear value in combo box

  • Thread starter Thread starter DeVille
  • Start date Start date
D

DeVille

Hi I have this combo box 'cboCustomerName' on my form
which is used to find a record based on the value I
select from the drop down list.
I would like to add an event procedure to clear the value
in the combo box as soon as I go to a different record on
my form. If any one can help thanks in advance. I'm not
sure what action or event to use
 
Hi,
It will clear a selection on a listbox that has multi select set to 'None'
if that's what you're after.
 
Back
Top