Filtering DataSet with Multiple Tables

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

Guest

I have a DataSet with 3 tables. I need to be able to filter the parent table
and get all records from the 3rd level table that correspond with it. I have
relations set up between the parent and first child and also the first child
and it's child tables. However, when I filter the top level table, it doesn't
appear to filter the other tables. How can I do this?
 
However, when I filter the top level table, it doesn't
appear to filter the other tables.

What do you mean by the sentence above because I know many ways how this
filtering can be done, and without knowing that there is in fact no answer
possible.

Cor
 
Back
Top