M
Matthew Mark
Wow, sounds really weird. As you suspected, I'd go for
corrupt table and....
Why don't you create a new table. Then using an Append
query to insert the records from the old table to the new
one, except the Autonumber column. See if the corruption
was directly related to that table. Also, on your existing
table, though it shouldn't be necessary, make sure the
column is set for No duplicates allowed.
corrupt table and....
Why don't you create a new table. Then using an Append
query to insert the records from the old table to the new
one, except the Autonumber column. See if the corruption
was directly related to that table. Also, on your existing
table, though it shouldn't be necessary, make sure the
column is set for No duplicates allowed.