Have a small (<200 records) Access 2003 database with an autonumber ID. Some numbers in the series are missing (having been deleted). On entering new record, autonumber moves from #188 to #51449369! Is there a way to reset the sequence from #189 without changing the previous series?
(I doubt it is random. There are so many more numbers above his number or >0 .)
I was not correct, in that a pure compact/repair does not fix thing, although thanks for saying so.
(I doubt it is random. There are so many more numbers above his number or >0 .)
But the Random flag just tells Access to build an Autonumber based on some seed value (believe the Time is factored in somehow also) ... I've seen them run from -10000000 to + 4500000 (appx) with just adding one record ...
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.