Thanks for the reply danbp. I can’t tell from looking at it whether your code:
Forces all the loop to be alphabetical regardless of what the user selects, or
Just makes the loop default to alphabetical
The problems are:
If it always returns alphabetical, users can’t choose to sort by Last Active, which some will want to.
If it just makes alphabetical the default, it doesn’t solve the problem because users will choose to sort by “Last Active” and then not see the information they need.
I really need to be able to make sure that all members are visible regardless of what the user does while still allowing the normal functionality.