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

Insert comma between last and first name in a field

Description

This command is used to set up your FIRST field for the Parse feature of AccuZIP6, which takes first and last names that appear in a single field (in this case, the field called FIRST) and separates the data into its proper fields (keeping first names in FIRST and moving last names to LAST).

Use this command when your last name appears before the first name, with a space separating the fields. This command will replace the space in between the fields with a comma, which will tell AccuZIP (during the Parse feature) that the last name comes before the first name in the FIRST field.

The Command At Work

Before Command Before Command
Before running the Command
After running the Command

The Command

REPLACE first WITH STUFF(first,AT(" ",first),0,",") FOR CHR(32) $ ALLTRIM(first) AND !"," $ first

In this command, FIRST represents the field that contains the last and first names.

After clicking RUN, the space that separates the last name from the first will be replaced with a comma, so the Parse feature [under the Special menu] will work perfectly.

 

© 2008 AccuZIP Inc