I would like to be able to calculate a text field for use as a unique ID based on two other fields for a feature. In my current case, I am creating a Light Post map and want the ID to be based on the field that says what neighborhood it is in, and the field that says what type of light post it is.
So it would look something like this:
Neighborhood = CC, CL, CR, EV, MA, or GQ
Post Type = G, M, O, or T
So the result should look like this
CC-G-1
CC-G-2
CC-M-1
CC-G-3
CL-M-1
CL-G-1
CL-M-2
And so on
Any help would be appreciated