aziz rasul
Active member
- Local time
- Today, 14:08
- Joined
- Jun 26, 2000
- Messages
- 1,935
I have a table which contains an index on 5 fields.
Using code I create an autonumber field.
I want the sequence of the autonumber values to be sequential based on the sorting of the data created by the index. However when I create the autonumber field, I do not get the right autonumber value in the right sequence e.g. where the first record should have the autonumber value of 1, it takes on the value of 65.
How do I ensure that the sequence is correct?
Using code I create an autonumber field.
I want the sequence of the autonumber values to be sequential based on the sorting of the data created by the index. However when I create the autonumber field, I do not get the right autonumber value in the right sequence e.g. where the first record should have the autonumber value of 1, it takes on the value of 65.
How do I ensure that the sequence is correct?