Specifically what I'm looking for is this:
I need for a field in a table that will order each row sequentially at the user's whim each time a new record is input. For example, there is a hundred rows in the table. The field I need would have these rows ordered from one to one hundred, with no duplicates.
Then, whenever a new record is entered, the user should be able to input any number and have the rest of the fields that come after it change to match.
For example, I have one hundred records, all numbered sequentially. When a new record is input, the user types "50" in that field. What I would like is for Access to then take the previous entry of "50" and change it to "51" and then the entry with "51" to be changed to "52" and so on until the last record in the table would now contain "101"
At the end of the day, I wouldn't really need them to be exactly sequential, as long as I could order the rows by this field. I could have large gaps between the numbers, but this is undesirable because new records will be added all the time and it will start getting messy when I need to add a hundred new records that all fall between "5" and "6".
Thanks for your help.
I need for a field in a table that will order each row sequentially at the user's whim each time a new record is input. For example, there is a hundred rows in the table. The field I need would have these rows ordered from one to one hundred, with no duplicates.
Then, whenever a new record is entered, the user should be able to input any number and have the rest of the fields that come after it change to match.
For example, I have one hundred records, all numbered sequentially. When a new record is input, the user types "50" in that field. What I would like is for Access to then take the previous entry of "50" and change it to "51" and then the entry with "51" to be changed to "52" and so on until the last record in the table would now contain "101"
At the end of the day, I wouldn't really need them to be exactly sequential, as long as I could order the rows by this field. I could have large gaps between the numbers, but this is undesirable because new records will be added all the time and it will start getting messy when I need to add a hundred new records that all fall between "5" and "6".
Thanks for your help.