Hi All
I want to SELECT DISTINCT MyField FROM ... but I want to treat all MyField the same if they have the same value regardless if they have trailing spaces i.e. "SMITH" is the same as "SMITH ".
I tried using NoSpace() but that does not return any results at all then.
Any suggestions?
Thanks
I want to SELECT DISTINCT MyField FROM ... but I want to treat all MyField the same if they have the same value regardless if they have trailing spaces i.e. "SMITH" is the same as "SMITH ".
I tried using NoSpace() but that does not return any results at all then.
Any suggestions?
Thanks