I have an Access table with "AccountNum" defined as a Primary Key (Indexed = Yes(No Duplicates)). Each day, I delete all records from this table, then recreate the list using a series of append queries. This process has worked well for a number of months. All of a sudden, I notice that my table is holding duplicate account numbers. The "AccountNum" field is no longer defined as a primary key! I redefine it as a primary key and re-run my process and all is well again.
Can anyone tell me why the field lost it's Primary Key designation and/or a way to ensure that it never loses it again?
Thanks in Advance!
Glenn