JIM1945 Posted June 19, 2003 Posted June 19, 2003 Is it possible in a db. that if you have several records in the db to change there order of entry around, like record 1-jim 2-joe 3-susan, I would like to chang this order if possible like 1-susan, 2-jim 3-joe. thanks
cjaeger Posted June 19, 2003 Posted June 19, 2003 sure. split those into 2 fields, sortfield(number) + namefield. now you can change the sortfield, sort by it and bingo. To make this sort order permanent, export all records after sorting, delete all records and re-import.
Recommended Posts
This topic is 8174 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