glgcag1991
Programmer
I haven't found anything in the FAQ's or in this forum about this subject but I've got to believe there are a lot of people needing this feature, so here goes:
I have a table of team members that are assigned to a client. My users want to be able to sort the team members in the client's record view in a custom order, not based on alpha, or on the order they were entered. The sort order may need to be changed every so often, so I can't lock it in.
What I'm going to give the user is a chronological sort in a list box based on the primary key number ascending (essentially, the order they entered the support members) and then give them up and down arrows next to the list box so they can highlight a team member and move them up or down in the team member list.
My thought is that I should have a field for the Client Team Member table that is a sort field and the sort value is assigned as they are entered. Once the users start moving the team member up or down in the list, the sort field values are changed to reflect the new order. Is this what is generally done in order to achieve a custom sort order, and if not, what's the best technique?
Thanks for the help!
I have a table of team members that are assigned to a client. My users want to be able to sort the team members in the client's record view in a custom order, not based on alpha, or on the order they were entered. The sort order may need to be changed every so often, so I can't lock it in.
What I'm going to give the user is a chronological sort in a list box based on the primary key number ascending (essentially, the order they entered the support members) and then give them up and down arrows next to the list box so they can highlight a team member and move them up or down in the team member list.
My thought is that I should have a field for the Client Team Member table that is a sort field and the sort value is assigned as they are entered. Once the users start moving the team member up or down in the list, the sort field values are changed to reflect the new order. Is this what is generally done in order to achieve a custom sort order, and if not, what's the best technique?
Thanks for the help!