Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sorting DBASE tables via two indices

Status
Not open for further replies.

drdispatch

Programmer
Aug 11, 2005
1
US
I need to link a table to a master table via a primary index while still allowing sorting by a secondary number. example:

key1 key2
1 1
1 2
1 3

I need the ability to have the user reorder the key2 fields, say by changing the 3 to a 2 and the 2 to a 3, etc.

Any help will be greatly appreciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top