MultiSelect listbox question

C

Cmenkedi

Hello,
I have a Multiselect listbox that I am using to filter a report. My problem
is that my listbox has 2 columns. I want to be able to filter by the second
column when it doesn't equal 0. Is there a way that this can be accomplished?

Thanks in advance.
Chris
 
P

pietlinden

Hello,
I have a Multiselect listbox that I am using to filter a report. My problem
is that my listbox has 2 columns.  I want to be able to filter by the second
column when it doesn't equal 0.  Is there a way that this can be accomplished?

Thanks in advance.
Chris

you mean when the itemsselected property of the listbox <> 0, right?

Sure. Instead of passing lbx.Column(0), pass lbx.Column(1)

(columns are zero-based.)
 

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