dbTalk Databases Forums  

update query

comp.database.ms-access comp.database.ms-access


Discuss update query in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Paolo
 
Posts: n/a

Default update query - 08-09-2003 , 11:27 AM






Hello,
I have a table with a field which stored account numbers. I import
them via a text file and they show up with this format: C 1234567 0

You you help with with the criteria to update the format to show:
C12345670.

What i need is shortly to remove all blank spaces.

Thanks.

Reply With Quote
  #2  
Old   
Ira Solomon
 
Posts: n/a

Default Re: update query - 08-09-2003 , 03:25 PM






use:
replace("C 1234567 0"," ","")

In the upade query you would have the field name rather than the
literal sample.

Good Luck
Ira Solomon
On 9 Aug 2003 09:27:14 -0700, jprma (AT) tin (DOT) it (Paolo) wrote:

Quote:
Hello,
I have a table with a field which stored account numbers. I import
them via a text file and they show up with this format: C 1234567 0

You you help with with the criteria to update the format to show:
C12345670.

What i need is shortly to remove all blank spaces.

Thanks.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.