Ethereal
Warcraft III Player
- Local time
- Today, 06:33
- Joined
- Jan 17, 2006
- Messages
- 99
Hi, I was wondering if there is a way to renumber a series of records in a field that uniquely identify's the record. Say my field was PROBLEMfield with records containing values
1, 2, 3 , 4, 5
these values represent the order in which something is implemented. So if the user wants to implement a new "step 2"
then it would go in like this
1,2,3,4,5,2
and after renumbering would be like this
1,2(new),3(old2),4(old3),5(old4),6(old5)
Please help !
1, 2, 3 , 4, 5
these values represent the order in which something is implemented. So if the user wants to implement a new "step 2"
then it would go in like this
1,2,3,4,5,2
and after renumbering would be like this
1,2(new),3(old2),4(old3),5(old4),6(old5)
Please help !