• Data Diff, check/select only the records with relationship to checked records on parent table

    Hello all,

    I have three tables that have a cascading relationship - as an example, I will say the tables are Book, Chapter, Paragraph, where book has many chapters, chapters have many paragraphs. I want to synchronize a whole "book", which I have been…