Hello All,
I have 2 columns that I need to merge into one. Columns are different attributes of a single feature class.
If Address 1 has populated field, then they are accepted. If Address 1 is null, then Address 2 is checked and information from that column will be copied to Address 1. If both columns are populated, Address 1 is accepted.
Any ideas of how I would do that? Any help would be appreciated. Thanks