B
Bobcat
why would the autonumber all of a suden change from a 4 digit number to an 8
digit number?
example;
9400
9401
9402
34286622
34296623
Etc
digit number?
example;
9400
9401
9402
34286622
34296623
Etc
Allen Browne said:It probably doesn't really matter, but if you did want to drop the number
down again, you could delete those records and compact the database.
Allen Browne said:Tony, I thought MS had fixed that problem with JET 4 in a service pack? I
could be wrong about that.
In any case, the code will do it.
Fixing AutoNumbers when Access assigns negatives or duplicates
http://allenbrowne.com/ser-40.html
Allen Browne said:Did you try compacting the TroubleTicket database?
Tony's recollection is that Access won't do that for you, so you would need
to use the code approach.
David W. Fenton said:The only way to get rid of a random Autonumber is to create a new
Autonumber field. The easiest way to do that is actually to create a
new empty table and appending the old data, especially if you want
to maintain the original Autonumber values.