Hi all. I have an MS Access 2000 database used as the backend for VB code. At a client's site, multiple networked users are connected to the database at any time. Some users occasionally receive the message: "Record(s) cannot be read; no read permission on 'XXXXXXX'" on a few different tables. Any thoughts since this occurs rather infrequently? I don't know if this is a cause or symptom of a corrupt database (or neither).
Also, through code, each night a compact and repair (C&R) is run. Sometimes, but not consistently, if the database is corrupt, the primary key for a table will get dropped during the C&R. It's not always the same table either. I have noticed that immediately before the C&R there appear to be duplicate IDs even though it's the primary key. However, when I sort the table by that column, the two records are several rows apart (i.e. ID "75" appears in the location where ID 71 should be and the real ID 75 appears in its proper location). Any thoughts here? Any help is greatly appreciated. I can't seem to find any information about this anywhere.
Also, through code, each night a compact and repair (C&R) is run. Sometimes, but not consistently, if the database is corrupt, the primary key for a table will get dropped during the C&R. It's not always the same table either. I have noticed that immediately before the C&R there appear to be duplicate IDs even though it's the primary key. However, when I sort the table by that column, the two records are several rows apart (i.e. ID "75" appears in the location where ID 71 should be and the real ID 75 appears in its proper location). Any thoughts here? Any help is greatly appreciated. I can't seem to find any information about this anywhere.