A
Alex
Hi
Is there a query i can run which will remove any spaces from within a field?
thanks
Is there a query i can run which will remove any spaces from within a field?
thanks
Hi
Is there a query i can run which will remove any spaces from within a field?
thanks
fredg said:Hi
Is there a query i can run which will remove any spaces from within a
field?
thanks
All spaces "I am a nice guy" to "Iamaniceguy"
NewString:Replace([FieldName]," ","")
Alex said:Is there a query i can run which will remove any spaces from within a field?