Bilbo_Baggins_Esq
Registered User.
- Local time
- Today, 08:30
- Joined
- Jul 5, 2007
- Messages
- 586
Lets say you have a table with an AutoNumber field
You populate it with 100 records
You delete the last 10 records (91-100)
Now, I certainly know you can refresh the AutoNumber sequencing by compacting the database so the next record entered is 91.
HOWEVER, THAT IS NOT MY QUESTION
My question is about NOT refreshing the AutoNumber sequencing.
Lets say you DO NOT COMPACT and DO NOT refresh the AutoNumber Sequence.
So, in that scenario, after deleting records 91-100 from the table, is there any programmatic way to determine that the next actual AutoNumber for that table will be 101?
You populate it with 100 records
You delete the last 10 records (91-100)
Now, I certainly know you can refresh the AutoNumber sequencing by compacting the database so the next record entered is 91.
HOWEVER, THAT IS NOT MY QUESTION
My question is about NOT refreshing the AutoNumber sequencing.
Lets say you DO NOT COMPACT and DO NOT refresh the AutoNumber Sequence.
So, in that scenario, after deleting records 91-100 from the table, is there any programmatic way to determine that the next actual AutoNumber for that table will be 101?