deselect all multivalued combobox

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
 
I

icccapital

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top