Lightningfast
Technical User
I am running a calculation based on field called weight and want to return a,b,c or d to a field called weightcode automatically. This is the code I put in the weightcode field. =IIf([weight]<=170,"a",IIf([weight]>170 And [weight]<=420,"b",IIf([weight]>=420 And [weight]<670,"c","d"
))
This works fine but does not update the data in weightcode.
What am I doing wrong,
Thanks Trevor
This works fine but does not update the data in weightcode.
What am I doing wrong,
Thanks Trevor