SteveB Posted July 24, 2001 Posted July 24, 2001 I need to create mailing labels that have the usual: an address, city, state and zip. I also need to have the label print a sequential serial number that starts at some given number and increments by 1. I've got an FM 5 file that contains a list of customers. I need to produce the SAME label for a given customer repetitively 20, 30, 40 times, etc. with only the serial number changing. I've thought about building a FM file with the number of records= the number of labels, filling in the fields thru a script. How do I handle the serial number. I'd really like this automated as much as possible. Does anybody have a better idea? Thanks. Steve.
LiveOak Posted July 24, 2001 Posted July 24, 2001 If you build the records in a related Label file, a number field set to automatically enter a serial number may serve the purpose. The script could create the first related record and use a "duplicate" script step in a loop to create the remainder. -bd
Recommended Posts
This topic is 8527 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now