Re: Remove a space from field data
- From: "Tom Ellison" <tellison@xxxxxxxxxxx>
- Date: Fri, 10 Feb 2006 02:23:10 -0600
Me!
Thanks.
Tom Ellison
"John Nurick" <j.mapSoN.nurick@xxxxxxxxxxxxxx> wrote in message
news:goiou19htvdsb3lqjqf7oav8519a26cktq@xxxxxxxxxx
Hi Tom,
On Thu, 9 Feb 2006 23:13:26 -0600, "Tom Ellison" <tellison@xxxxxxxxxxx>
wrote:
What John says here is certainly a way to remove space(s) from your text.
However, in your examples, you removed the first space and left the
second.
That is not what this one does.
S = "123 456 789 ABC"
? Replace(S, " ", "", 1, 1)
123456 789 ABC
Am I missing something, or are you?
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.
.
- References:
- Remove a space from field data
- From: Garry
- Re: Remove a space from field data
- From: John Nurick
- Re: Remove a space from field data
- From: Tom Ellison
- Re: Remove a space from field data
- From: John Nurick
- Remove a space from field data
- Prev by Date: Re: Remove a space from field data
- Next by Date: Re: Forms to supply parameters to a report
- Previous by thread: Re: Remove a space from field data
- Next by thread: Re: multiple queries problem
- Index(es):
Relevant Pages
|