It is just not working. This is sort of what I want to see happen:
Loss: IIf([numType Loss]=0,"Lost",IIf([numType Loss]=1,"Stolen"," "))
I am not sure if this is the correct syntax to add other variables or not. I want it to return Lost if it is a 0 or Stolen if it is 1 otherwise return...