Jump to content
Server Maintenance This Week. ×

Alphabetical Buttons


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

Recommended Posts

For real speed, I'd use a relationship. Define the right side field as:

AlphaIndex (calc, text, indexed) =

Left(Trim(LastName), 1)

Define the left side field as:

gSearch (global, text)

Define a relationship called SelfByAlpha with gSearch <--> AlphaIndex

The script for each button is of the form:

Set Field (gSearch, "A")

Go to related record(SelfByAlpha, show only related records)

This will be MUCH faster than a find for large sets of records.

-bd

[This message has been edited by LiveOak (edited March 18, 2001).]

Link to comment
Share on other sites

This topic is 8440 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.