Community
Referral Program
Testimonials [More...]
Product Family
AccuZIP6 5.0
AccuMUV™ NCOALink®
AccuMUV48™ ANKLink
AccuMUVXtreme™
Palletization
MAIL.DAT
Bound Printed Matter
Tags Module
ACS™ Module
Order Tags
Support
AccuZIP6 Updates
AccuZIP6 Forum
Webinars
Commands
Technotes
iSite Support
Live Chat
Technical Support
AccuZIP6 Sales
endcap

Remove the Last Number from a Field

Description

This command will remove the last word in a field only if the data in the field named "fieldname" ends with a number (see examples, below). The word "fieldname" in the command syntax below should be changed to the actual field name you want the last word removed from. This command will not effect records that contain only one word in "fieldname".

The Command At Work

Before Command After Command
Before running command
After running command

The Command

Copy this command, then paste it into the large text area of the command window:

Replace fieldname with left(fieldname,rat(" ",alltrim(fieldname))) for occur(" ",alltrim(fieldname))>0 and asc(right(alltrim(fieldname),1))>=48 and asc(right(alltrim(fieldname),1))<=57

After clicking RUN, the excess data (that ends with a number) will be stripped from the field of choice, helping clean up the field.

 

© 2008 AccuZIP Inc