Is there a way of looking in a field for spaces "chr("32")" and swap them
for "_" ? I tried to use "instr(@sf,chr("32")) and then mid that position
for a "_" but is just taking care of the first instance, is there a quick
solution so should I make a complex function ?
Thanks