Hi All!
I have an issue with a string where I pull the field from a table and the field is showing a return character, (shows as a little box).
I know how to replace quotes or other characters in a string....
NewStr = Trim(Replace(MyStr, "'", "''"))
Question is how do you replace a return or remove it from the string?
Thanks
I have an issue with a string where I pull the field from a table and the field is showing a return character, (shows as a little box).
I know how to replace quotes or other characters in a string....
NewStr = Trim(Replace(MyStr, "'", "''"))
Question is how do you replace a return or remove it from the string?
Thanks