Eliminate all spaces

  • Thread starter Thread starter ABM
  • Start date Start date
A

ABM

Is there is function that will eliminate all spaces? Similar to TRIM but
would also eliminate spaces within the string.
 
Is there is function that will eliminate all spaces? Similar to TRIM but
would also eliminate spaces within the string.

In what context? In a Query?
NoSpaces:Replace([FieldName]," ","")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top