BoulderRidge
Programmer
I can send screen shots if you need proof In my table, the first column is an AutoNumber field and the second column is long integer with a unique index (Primary Key=No, Unique=Yes, Ignore Nulls=No). I can see two records with the same first column value and the same second column value.
How could this be?
The only flaw with this table is that it doesn’t have a Primary Key defined, and I plan to fix that by making the AutoNumber field a PK. However, that doesn’t explain how either the AutoNumber field got a duplicate value or why the field having a unique index allowed a duplicate value. Anyone see anything like this before?
Background: Access 2010 application, backend database with tables lives on server, front end application with links to tables lives on each users laptop or tablet. We do have several users entering records via a data entry form at the same time and we have a timer event running once per minute that updates other values in existing records (no update attempted to the fields in question.)
Any insight is welcome. Do you think adding the missing Primary Key to the table will prevent any future such anomalies?
Thanks,
-- BoulderRidge B-)
How could this be?
The only flaw with this table is that it doesn’t have a Primary Key defined, and I plan to fix that by making the AutoNumber field a PK. However, that doesn’t explain how either the AutoNumber field got a duplicate value or why the field having a unique index allowed a duplicate value. Anyone see anything like this before?
Background: Access 2010 application, backend database with tables lives on server, front end application with links to tables lives on each users laptop or tablet. We do have several users entering records via a data entry form at the same time and we have a timer event running once per minute that updates other values in existing records (no update attempted to the fields in question.)
Any insight is welcome. Do you think adding the missing Primary Key to the table will prevent any future such anomalies?
Thanks,
-- BoulderRidge B-)