I am beginner in ModelBuilder, so I have some trouble with it. I have feature class, which contains forest stands (polygons) and table with data about age of their etages. For example, one forest stand can have the first etage (50 years) and the second etage (100 years) - relation 1:n. How can I join this table and FC ? I have to create tool, which select forest stands according to age (for example, I want to select all stands, which have 100 years etages) but I am not sure how to create it.
Tool in ModelBuilder with "add join". It works uncorrectly. JPRL=shape with stands, vek=table with ages.

Shape "jprl" with stands (polygons).

Table "vek" with ages (column "vek") and etages (column "ET").

ID field is IDPS.
Shapefield from the polygon table in order to create a layer (features) rather than just a table view. Be aware, as I pointed out earlier, that in using this method the resulting feature class will have multiple copies of the same forest stand stacked on top of each other, each with different attributes. – Chris W Mar 10 '15 at 20:44