Eric Moderator

Joined: 19 Sep 2006 Posts: 382
|
Posted: Thu Feb 25, 2010 4:57 pm Post subject: Remove Non-keyboard characters from any field |
|
|
Use this command to remove any character from a field that cannot be typed from the Keyboard:
| Code: | | REPLACE ALL company WITH REDUCE(CHRTRAN(company,CHRTRAN(CHRTRAN(company,"[]",""),[~!@#$%^&*()_+`1234567890-=|}{POIUYTREWQqwertyuiop\":LKJHGFDSAasdfghjkl;'?><MNBVCXZzxcvbnm,./ ],"")," ")) |
Note: Change “company” to the field name you want to process on. _________________ Chat with an AccuZIP6 technician weekdays from 7-4 PST with AccuZIP6 Live Online Support |
|