When I run the field calculator using VB Script, I don't get the desired result
field=
[field2]&".tif"
results in field2 .tif
instead of field2.tif
What can I do to eliminate that space? I have over 400 records, I'd prefer not to manually remove the space.