BennyLinton
Registered User.
- Local time
- Today, 05:23
- Joined
- Feb 21, 2014
- Messages
- 263
I have a large database with admittedly some design flaws I inherited namely that the identifying customer number is an autonumber. The problem that has suddenly arisen is my numbers were incrementing properly at 16595, 16596, 16597, etc. and then suddenly I'm getting numbers like 105252012, 105252013, 105252014, etc. appended. I deleted those and still the seed appears to be stuck at such numbers. Is there a way like is done in SQL Server, in Access to reseed to 16598? :banghead: