Filtering DataSet with Multiple Tables

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?
 
C

Cor Ligthert[MVP]

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
 

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