Tagged Questions
1
vote
10answers
5k views
Is Access's AutoNumber (Increment) guaranteed to increment?
For a particular table, I have my ID field set to AutoNumber (Increment). If I add 5 rows to this table in quick succession, is each guaranteed to have a larger ID than the last? For instance, does ...