GPGeorge
George Hepworth
- Local time
- Today, 13:26
- Joined
- Nov 25, 2004
- Messages
- 2,907
While this is true in an active Access database application, you can restore AutoNumbers to the default origin values by emptying all tables, then doing a C&R.@dullster
If you want the record ID to be kept in sequence and the sequence to be intact, then you can't use an autonumber. You need to manually control the sequence. I imagine this has been pointed out already. You also can't delete records, or you will get gaps.
Also, when the tables (and that includes all relevant tables) have been reset, you can use theDBGuy's suggestion to seed the default values for AutoNumbers if needed.
To me, this seems like the long way around the block though.
I would start with a template accdb with empty origin tables. Then, instead of futzing around with a used accdb by emptying, resetting and restarting, I would just make of a copy of that pristine template accdb.