I have a junction table for instance 1 service can have many contacts - using a composite key junction table.

what i want to do is to filter all the contacts that belong to the service using the junction table that includes just PK to service and PK to contact as a composite key.

I used this code

Code:
 'set up the agency binding source
            With serviceBindingSource
                .DataSource
...