How do I merge 2 tables (they both have the same field names and columns) in ArcGIS 9.3.1 ?
Thanks,
|
How do I merge 2 tables (they both have the same field names and columns) in ArcGIS 9.3.1 ? Thanks, |
|||||||
|
|
The Merge tool Data Managment Tools > General > Merge |
|||
|
|
|
Or get the python window open and:
or
Where fc1 can be a list of featureclasses merged into fc2. There are many ways to do this, but this for me would be the easiest as all you have to do is typre the first part, then drag in the names from the fc's from the TOC. Very easy. |
|||
|
|