I have several fields in my road centerlines that the column has several <Null> values. I am needing these fields to be just populated empty fields.
Solved! Go to Solution.
Cameron,
There are probably a few ways to do. One way:
First select all features that have <NULL> values for a given field. Then in the field calculator "VB Script", select the field. Then type "" and click Ok. That should change the <NULL> values to empty fields
~Jeff
Cameron,
There are probably a few ways to do. One way:
First select all features that have <NULL> values for a given field. Then in the field calculator "VB Script", select the field. Then type "" and click Ok. That should change the <NULL> values to empty fields
~Jeff
After overthinking this, I had just discovered that this worked on my own. Thank you for the help as well!