I had a table with 13 records and manually deleted the 10th record from the table. The first field PersID is of type Autonumber. How can I get that be reordered so the PersIDs are numbered from 1 to 12 consecutively rather than having PersID 10 missing.
I need this because right now the database has all dummy test data... but when I'm done I'd like the user to be able to load their own data and be able to have the PersIDs loaded and numbered consecutively starting at 1.
Can anyone explain how to get that done and if this requires some VBA code please elaborate on what it is and where it goes.
Thanks in advance
I need this because right now the database has all dummy test data... but when I'm done I'd like the user to be able to load their own data and be able to have the PersIDs loaded and numbered consecutively starting at 1.
Can anyone explain how to get that done and if this requires some VBA code please elaborate on what it is and where it goes.
Thanks in advance