jenwinkelman
Programmer
If I want to convert a white space to an underscore how do I do it?
Ex. I have a table with a field NAME. The NAME field always has the format 'ABC x' (where x is a number 0 -255) and I want to convert them all to 'ABC_x'. How do I do it? I need to loop through the table and convert the NAME field in all the rows.
Ex. I have a table with a field NAME. The NAME field always has the format 'ABC x' (where x is a number 0 -255) and I want to convert them all to 'ABC_x'. How do I do it? I need to loop through the table and convert the NAME field in all the rows.