I have a fairly simplistic update query I want to create.
I figured it is best to do an IIF statement something like this.
IIf([TR by Region]![Segment]='ABF,'ABF',IIf([TR by Region]![Segment]='Mortgage','Mortgage'))
now that last part is a little tricky for me. If it does NOT match either of these values I want it to keep the field value it currently holds any ideas?