Hello - I am wanting to sort items on a list in a numeric order and I can up with the idea of creating a custom column called Sort Order that is a numeric column type. I then modify the view to sort by the sort order column in ascending order. This is works for my list for now, but there is any way to automate so when I change number it shifts everything below to a new number. For example, Adding a new item and assigning to 1, the old 1 item will move to 2. Hopefully this makes sense. Right now I have manually update each item.
I am on MOSS 2007.
thanks!