BACKGROUND:
-2 fields I wish to concatenate into one, on the condition that if BOTH fields have a value in them, only one is copied into the new concatenated field (either one, doesn't matter). If only one field has a value, that's the one that's transfered. If neither field has a value, the new concatenated field is blank.
-All fields are strings
- ArcInfo, 9.3.1 SP2
ISSUE:
-Using VBA in the field calculator with IF and ELSE statements, I keep getting errors such as blank objectID, or the such. The other option would be python, for which I have no knowledge. What would the python statement look like?
Many thanks, I've wasted 4 hours on this so far.