Replace([YourFieldName], " ","")

Signature
KARL DEWEY
Build a little - Test a little
> What Function or ??? can I use to remove blank spaces within a string?
> Example: FS 8406 PT 1 to read FS8406PT1. Anyone with any ideas.
>
> thanks in advacnce
hdfixitup - 11 Apr 2007 01:54 GMT
So Simple, Thank you
> Replace([YourFieldName], " ","")
>
> > What Function or ??? can I use to remove blank spaces within a string?
> > Example: FS 8406 PT 1 to read FS8406PT1. Anyone with any ideas.
> >
> > thanks in advacnce