Jump to content
Server Maintenance This Week. ×

Finding a RANGE of Records in a Script


This topic is 6719 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a large database of almost 50,000 names which i am about to use for a direct mail campaign. I want to be able to choose a range of zip codes and then export a certain number of records from that found set.

I can FIND A RANGE manually by using the range (...) symbol in the ZIP field, but how do I automate that in a script?

I have used two GLOBAL fields to store the choices for STARTING and ENDING zip codes, however I can't use them in a FIND step in a script...they are grayed out.

What am I doing wrong?

Link to comment
Share on other sites

You can use globals in a Find by using Set Field[], thus:

Enter Find Mode[]

Set Field[YourField;StartGlobal & "..." & EndGlobal]

PerformFind[]

Remember to remove the pauses that automatically get put in.

-Stanley

Link to comment
Share on other sites

This topic is 6719 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.