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
 
P

PieterLinden via AccessMonster.com

icccapital said:
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

Been so long since I did this, I thought it was hard... and it's simple..
Me.lstAvailable.Requery
 
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?
 
N

Nurse Nancy

Hey,
Did you ever figure out how to do this,, I have the same issue. I have a
multi-select combo box used as search criteria
I need to know how to select all, and how to deselect all

Also If I leave the multiselect empty, i want to return all values in my
search
but instead, i get no results.

Appreciate any help you can give me.
Nancy
 

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