|
Question : Renumbering Primary key after delete
|
|
Is it possible to renumber the primary key after deleting records so that the primary key field doesn't have missing numbers?
|
|
Answer : Renumbering Primary key after delete
|
|
It cannot be done easily. You can fill in the gaps when you enter new records though. You could also make some new tables with Make Table querries and shift the primary key to a serial numbered field.
|
|
|