you're NOT psychic?!??? 
expr1:
Code:
FFI-A: IIf([Fracture Angle %R]<=15,"0",IIf([Fracture Angle %R] Between 16 And 30,"1",IIf([Fracture Angle %R] Between 31 And 46,"2",IIf([Fracture Angle %R]>=46,"3"))))
expr2:
Code:
FFI-S: IIf([Fracture Surface]="SS","0",IIf([Fracture Surface]="SR","1",IIf([Fracture Surface]="RS","2",IIf([Fracture Surface]="RR","3"))))
So you can see, 0,1,2,3 is an arbitrary label, but I want it to act like a real number, to be summed up in another column.
I'm currently still working on a better expr3. The algorithm I used was incorrect before.... that's a whole other problem!...