Binding 2 tableviews

Is there a way to bind 2 NSTableView to each other,
I have 1 tableview with invoices and the other one is with articles.
I want when i click in the invoice tableview on an invoice row that the other tableview shows the articles belong to that invoice.
I’m working on these for a few weeks now and not getting any where.

Hope someone can help me.

The problem is solved.