My Assistant
|
|
Mar 12 2008, 11:21 AM
Post
#1
|
|
|
UtterAccess Addict Posts: 132 From: Dallas |
Is there a way I can create a query field that will take the spaces out of a field.
I want to turn this "Fifty five" into "Fiftyfive" |
|
|
|
![]() |
Mar 12 2008, 11:23 AM
Post
#2
|
|
|
UtterAccess VIP Posts: 17,607 From: Don Mills, ON (Canada) |
Use the Replace function:
Replace("Fifty five", " ", "") I'm assuming that your value is actually in a variable (let's call it MyString), in which case you'd use Replace(MyString, " ", "") |
|
|
|
Mar 12 2008, 11:26 AM
Post
#3
|
|
|
UtterAccess Addict Posts: 132 From: Dallas |
Awsome...you the man!
|
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 18th May 2013 - 06:03 AM |