[GIS] One-To-Many Join

arcgis-desktopattribute-joins

I have a ZIP3 boundary feature class that contains roughly 900 records.

I then have a table in a geodatabase that has 21000~ records and a ZIP3 field.

How would I go about making a feature class that has the ZIP3 boundaries for each of the 21000~ records from my table?

Best Answer

I think a query table will do what you are looking for.

Make sure the table and the feature class are in the same geodatabase.

Open the Make Query Table tool. Add the table FIRST. Then add the feature class. Click ok to create the Query Table. Then right click the resulting layer and export.

Note: I've used this before in 10.1 and it worked fine. Trying now in 10.2 and it's crashing ArcMap. A comment in the knowledge base thread suggests this may not work in 10.2

Related Question