I use Translate(FIELD; '-'; '') to delete hyphens between words.
To delele apostrophes I have to double the symbol, as I was told here
http://www-10.lotus.com/ldd/ssforum.nsf/ShowMyTopicsAllThreadedweb/20d1346de273981f85257473002a1704?OpenDocument
But for some reason Approach doesn't understande the function Translate(FIELD; '.'; ''). Approach counts 3 letters in ".ORG", but it counts only 2 letters in ".ORG."
How to solve that?