I am creating a site for a client that uses CCK to create a content type for real estate listings. One of the text fields is called Neighborhood. I would like to create (I think with Views, but maybe I'm wrong) a way to filter a list of nodes to show only listings from that neighborhood. You'd go to a Neighborhoods page, choose from a dropdown which neighborhood you're looking for, and a list of filtered nodes would be the result. So, the drop down would have to automatically populate with a list of the neighborhoods pulled from the text field of all nodes of the type listing. Is this possible to do with Views? I had thought I could do it with an exposed filter, but it's not a populated list, just a search. Anyone know of a module or hack to make this happen?