G
Garret
I was wondering if there was a way to resort by the way its already
sorted (using ascendingly by Primary Key field) after a record is
changed. For example:
Records:
Bob
John
Zack
....
User updates Bob to be "William", so it should now be:
John
William
Zack
but it keeps the updates where Bob was, at the same position.
sorted (using ascendingly by Primary Key field) after a record is
changed. For example:
Records:
Bob
John
Zack
....
User updates Bob to be "William", so it should now be:
John
William
Zack
but it keeps the updates where Bob was, at the same position.