I have a crystal report with a field that stores 1 or 0. During run time, i want to replace 1=yes,0=no. I cant access the field text box (in the details section named instore1) at all like we do in vb (textbox1.text="Yes")...how can i achieve that?