I'm working on a movie website and I have two content types, "Movies" and "Movie reviews". I want to make a view (using the views module) that shows me all of the "Movie Reviews" related to a movie.
I need to grab all the "Movie Reviews" that have the same content in the "Title" cck field as the title of the current "Movie" Node.
i.e. if I am viewing the "Madagascar" Movie node, I need to get all of the Movie Reviews with "Madagascar" in the title.
Can this be done?