deselect all multivalued combobox

  • Thread starter Thread starter icccapital
  • Start date Start date
I

icccapital

Is there a way to deselect all vaue from a multivalued combobox?

by using the .value property i can set thee values, but it won't allow me to
set it to null.

thanks
 
Maybe I am misunderstanding, but that didn't do what I needed. I may have
explained poorly, so basically a user will be allowed to change the values on
a form's multivalued combobox, but then they could hit cancel and all values
should return to their original form. Which if the original was no selection
(Null) then I need to return the value to null. However if a user makes a
selection it automatically updates the table behind the form and requery
doesn't make any changes.

Does that make sense? Can anyone help with this?
 
Back
Top