LxQ
Well-known Member
- Joined
- Feb 9, 2006
- Messages
- 619
I have a table that was generated from an update query. The table is just one column containing either numbers or just being empty. They are also sorted, so the empty cells are on top, numbers are sorted. Numbers range from 1 digit to 5 digit numbers.
I open the table in Design View mode, add a second row, give it a Field Name, and for Data Type I select AutoNumber. Then I save the table and to back to Datasheet View.
The autonumbering isn't in order. It's like the following table, where col A is the values I had and col B is the autonumber just added:
[A ] B
[ ] 4
[ ] 5
[ ] 6
[6 ] 3
[77 ] 2
[128 ] 1
[9521 ] 10
[9816 ] 9
[10200 ] 8
[10992 ] 7
Basically numbers with 1-3 digits are autonumbered first in reverse order, then empty spaces, then 4-5 digits numbers, also reverse order. Any idea why?
I open the table in Design View mode, add a second row, give it a Field Name, and for Data Type I select AutoNumber. Then I save the table and to back to Datasheet View.
The autonumbering isn't in order. It's like the following table, where col A is the values I had and col B is the autonumber just added:
[A ] B
[ ] 4
[ ] 5
[ ] 6
[6 ] 3
[77 ] 2
[128 ] 1
[9521 ] 10
[9816 ] 9
[10200 ] 8
[10992 ] 7
Basically numbers with 1-3 digits are autonumbered first in reverse order, then empty spaces, then 4-5 digits numbers, also reverse order. Any idea why?
Last edited: