mm said:
I deleted a couple of records from my table, is
there anyway I can re-order the ID number that
is assigned, so it goes consecutively, rather than
skip around ex, 7, 10, 11......
If you mean Access' Autonumber, that is intended for internal use, relating
Records between tables, and you might well destroy your existing
relationships. Also, should you do what you ask about, chances are you can
renumber, but it will disable the Autonumbering so future Records will not
be generated with unique numbers in that Field... something of a "you modify
it, you own it" situation.
If it is a number you generated yourself, and you know you will not be
causing yourself trouble, you can write code to do most anything you want
with it.