display
Insert a textbox in your report next to text43 (com)
Put the following in the control source
=IIf([text43]=0,"NC",IIf([text43]=0.1,"10%",IIf([text43]=0.2,"")))
If all you are doing is changing how the field is visually displayed, use the above.