filters question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is it possible to filter the contents of a listbox, based on the value of the
listbox?

i.e. there is a listbox of cateogrys, and one is selected, then a command
button is clicked and it all filters according to that selection

if this is possible, please help
 
Well, If you filter it based on that selection, then you would only have one
item in it.

Commonly,you would have TWO listboxes. The first would be categories, and
the second would be products. You could code it so that if you select a
particular category in the first box, the second box would only show
products with that particular category.
 
the listbox has 2 columns and one is categorys and one is products, so there
can be more than one item with the same category... is it possible to filter
within the list box, or should i still use two? in which case, how would i
code that to work in either case?

thanks for your help in advance
 

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