I'm writing an application where an admin user will create a sequence of items. When a user creates an item they need to be able to specify what the next item in the sequence will be.
My problem is that users will probably create items in order and, since the next item doesn't yet exist i'm not sure how to have them specify what they want the next item to be.
Does anyone have a good solution for how to accomplish this without predicting the future?