P
(PeteCresswell)
Got a table of bond ratings.
273 rows.
First column is called "RatingID", is an AutoNumber field and is
the PrimaryKey.
But when I go to add a new row, RatingID gets populated with "96"
- the value of an existing row's RatingID.
Seems like the seed for AutoNumber - wherever it is - has been
corrupted.
Does anybody know a safe way to fix it?
Creating a new field will not work bc some records have been
deleted and renumbering by one from one will mess up existing
relationships.
273 rows.
First column is called "RatingID", is an AutoNumber field and is
the PrimaryKey.
But when I go to add a new row, RatingID gets populated with "96"
- the value of an existing row's RatingID.
Seems like the seed for AutoNumber - wherever it is - has been
corrupted.
Does anybody know a safe way to fix it?
Creating a new field will not work bc some records have been
deleted and renumbering by one from one will mess up existing
relationships.