I have feature classes of points that have the same coordinate fields and point-id, but different values.
What I need to do is joining the value field from each feature class to only one feature class. So that at the end, I have one attribute table with an id field and all fields from the other feature classes.
The merge tool is adding the records vertically in one field, but I need them in seperate fields.
The Join tool adds my value field from one feature class each time, but It will take a very long time as I have hundreds of feature classes.
Any help?