Recently I imported about 200 records from a spreadsheet into an existing database. These records all had unique numbers in a number field that were sequentially in order with the MDB auto generated numbers. Now when I add a new record I no longer get the 'next' autonumber. Instead I get something like 1E+08 and when the field is viewed on a form it has about 10 digits and is not sequential. Hindsight being 20-20, I think I probably should have appended the records instead. The first 2550 records are numbered correctly sequentially, including the imported ones, but new records have the 1E+ thing going on.
How can I correct this problem?
How can I correct this problem?