clearing a list control picks

  • Thread starter Thread starter thread
  • Start date Start date
T

thread

Hi all,
is there a way to clear all the choosed item from the control list?
 
thread said:
is there a way to clear all the choosed item
from the control list?

Yes, there ARE wayS. How you would go about doing so would depend on the
Control (Combo or List Box), the type of list (Table, Query, or Value List),
and under what conditions you want to remove them from the list.

Larry Linson
Microsoft Access MVP
 
i have list box control that i want to clear the picks is it posible?

Larry Linson כתב:
 
thread said:
i have list box control that i want to
clear the picks is it posible?

Yes, it is. I thought we had already established that to be the case.

My, it is difficult to get information from you.

As you say "picks" in the plural, I'll respond for a Multi-Select List Box
with the MultiSelect property set to Extended (because that is the quickest
and simplest answer, and one available simply and easily from the Help built
into the Access product). In Access 2003, if you set the cursor in the
MultiSelect property, and press F1, it will take you to a Help screen, one
line of which reads,

"If the MultiSelect property is set to Extended, requerying the list box
clears any selections made by the user."

If it doesn't work, and the List Box' MultiSelect property is not set to
Extended, clarify with some information about your settings that might help
us to help you.

Larry Linson
Microsoft Access MVP
 
thanks,i found the solution with your help

Larry Linson כתב:
 

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

Back
Top