I have a feature class which represents points where vegetation clearing has occurred. I also have a table which has a list of vegetation species which were cleared at each location and the amount of vegetation which was in the sampled area. I have a relationship class in the geodatabase which links the two based on a Clearing_ID
field.
When the user clicks on a point with the Identify tool, they can drill down to see the list of plant species present. However, the list appears as numbers which is the OBJECTID
. Ideally, I'd like the user to see the list of species present as the default field instead of the object ID.
Is there a way to do this?
Answer
Open table properties by right-clicking on the tablename in the table of contents.
In the Display tab, change the field to 'Plant_Species_Present'
No comments:
Post a Comment