I have a table that references another table in a one to many relationship. I have the name of one of the objects in the table, and I want to find all of the other objects in the table that refer to the same object in the other table as one that I have. It's not as confusing as it sounds.

I've gotten it to work with the following setup. I'm just not sure how to make them work as one query instead of two.