D
Dan
I'm pulling text data in from a DB2 table. Some of the text is coming with a
lot of spaces at the end. I have tried the Trim() function but it has no
effect. When I tried Replace([field],chr(32),"") this removed the spaces at
the end but it also removed the spaces between the words as well. Can anyone
suggest a solution? Thanks.
DK
lot of spaces at the end. I have tried the Trim() function but it has no
effect. When I tried Replace([field],chr(32),"") this removed the spaces at
the end but it also removed the spaces between the words as well. Can anyone
suggest a solution? Thanks.
DK