Tronsliver
Technical User
I have a column in a table with many different text values. One of the values is "T0". What I want to do is go in and replace this value with just "0" for every occurence. I used this in the field window to try an accomplish.
BR_SCH_COMPL: IIf([sidstrBR_SCH_COMPL]="T0","0"
This worked fine but all other entries are now empty. That is I have a "0" for each "T0" but everything else is now gone. How can I keep the other data and still accomplish the task..
Thanks
Roger
BR_SCH_COMPL: IIf([sidstrBR_SCH_COMPL]="T0","0"
This worked fine but all other entries are now empty. That is I have a "0" for each "T0" but everything else is now gone. How can I keep the other data and still accomplish the task..
Thanks
Roger