filter bindingsource

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

Guest

Is it possible to filter a bindingsource twice?

If I want to filter on gender, and filter on zip codes - can you do that
with a bindingsouce.filter method?

It always filters on the last filter request.
 
mafandon said:
Is it possible to filter a bindingsource twice?

If I want to filter on gender, and filter on zip codes - can you do that
with a bindingsouce.filter method?

It always filters on the last filter request.



yes you can you just combine filters using AND. Ex :
BindingSource.Filter = "(filterExpr1) AND (filterExpr2) AND ..."
 

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