Hi, I've got a problem where I need to sort a collection to match another collection's ordering. The ordering isn't standard like 1,2,3,4 our A,B,C but like 9,1,2,8,4,6
So in the unsorted collection would be ordered 1,2,3,4 but the sorted collection would be a custom ordering (which is ad hoc as determined by the user. I've been poring over docs and posts and trying to come up with a solution, but so far no dice. Any assistance appreciated!!!!!!! Jeff