If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Access > Finding List of Bad Characters in Field

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-30-12, 21:23
RBusiness RBusiness is offline
Registered User
 
Join Date: Aug 2010
Posts: 87
Finding List of Bad Characters in Field

Hello,

I'm about 5 mini projects away from completing my Access crash course. Thank you to everyone that's been helping. It's truly appreciated and I'm learning incredible things. I wish I learned this all earlier in life!

I have about 59000 records / rows. I want to select a field / column and find all the characters in the field that are NOT a-z, 0-9.

This will enable me to create a MEGA Update Query to selectively remove or replace them all. Finding them without going through it line by line proves to be the hurdle.

Does anyone know if I can get such a list of "other" characters? I don't need to know how many or to have each one represented individually. I just need to know if it shows up, what it is so I can plan the removal or replacement strategy.

Thank you much,
RB
Reply With Quote
  #2 (permalink)  
Old 01-31-12, 14:09
RBusiness RBusiness is offline
Registered User
 
Join Date: Aug 2010
Posts: 87
Maybe an objective might help.

I have a column of data with 59000 records in which I need to remove everything other than a-to-z, hyphens (-) and numbers.

If I could replace "all characters" other than a-z / 0,1,2,3,4,5,6,7,8,9 and - with a single -, and also remove any resulting double or tripled dashes like "--" or "---" it will get me where I need to be.

This is probably more efficient than listing characters to find and replace later!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On