Solved! Go to Solution.
If [Other_Field] = 1 Then Output = "Minor" ElseIf [Other_Field] = 2 Then Output = "Major" Else Output = [Layer] ' Use the existing value of the field being calculated so that it won't change. End If
I've been on a 2 hour search for the right code to do my basic If/Then Statement and yours was the only one that worked, thank you!!
Johanna:
I am glad it helped.