Hi guys,
I am trying to work out a calculation (either python or VBscript) in ArcGIS that will enable me to calculate mass site names that include both text and sequential numbers.
I need a field calculation that will add the same text at the start of each attribute (e.g. "JCB-"), and then a number following it which corresponds to the site's numerical unique ID. So for example:
I have a site, with an ID of 1994. It was found at a location called JCB, so its site name needs to be JCB-1994. Then, the following site ID may be 458, so it would be JCB-458. As they may not be consecutive numbers, I need the field calculator to take the numerical information from the existing attribute ID and not simply run the next consecutive number.
Can anybody suggest a script I can use? I have used something similar in the past but have recently moved office and lost the reference sheet I was using 
I thank you in advance!
Jess