1. Copy the table and, when pasting, select Structure Only.
2. Go into that table and create a new field as NUMBER / Long Integer.
3. Create an append query to append the data from the old table to the new and append the autonumber field to the new number/long integer field. The new table will not yet have an autonumber field.
4. Then you need to go into that new table and enter the 6 records that are no longer in the original table. Make sure to type in the appropriate number for them in the new field.
5. Then you run a delete query to delete ALL of the records from the original table.
6. Do a Compact And Repair which will reset the now empty original table.
7. Once that is done, create an append query (sort on the new field and set that field to append into the autonumber field on the originial table and set all of the other fields to their appropriate field to append to.
8. Run that append query and it should be back in business.