UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Eliminate Spaces    
 
   
Shiner452
post 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"
Go to the top of the page
 
+
Doug Steele
post Mar 12 2008, 11:23 AM
Post #2

UtterAccess VIP
Posts: 17,643
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, " ", "")
Go to the top of the page
 
+
Shiner452
post Mar 12 2008, 11:26 AM
Post #3

UtterAccess Addict
Posts: 132
From: Dallas



Awsome...you the man!
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 24th May 2013 - 01:11 AM