No doubt this question has probably been asked elsewhere and if I'm in the wrong forum I apologize in advance.
Using Access '95 on Windows NT platform in a multi-user (12-15 on average) environment. I have one particular table in a back-end database file that has recently become a problem.
The table has 2 fields which are indexed [SSN (123456789) and SSN_Sequence # (123456789-1) which is also the primary key] as individuals may appear multiple times in this table. Periodically (maybe every 3-4 days) it appears that the indices for this table get "corrupted". We repair the database and things are fine again for 3-4 more days.
The front-ends for these users have no delete functionality, only "add" and "edit". What I've noticed on the database before the last repair action was done was a record with all fields showing in the table as "#deleted". As there is no delete options available, I'm trying to determine what that's really trying to tell me.
I'm trying to determine if there's something I'm mishandling in the multi-user environment or exactly what maybe to look for that might be causing an index to get build improperly. There are 40,000+ records in this table and when things get "squirrelly", thus far the repair option has managed to clean things up.
Any wild ideas or thoughts on things I should be considering here? Thanks!!!!
Using Access '95 on Windows NT platform in a multi-user (12-15 on average) environment. I have one particular table in a back-end database file that has recently become a problem.
The table has 2 fields which are indexed [SSN (123456789) and SSN_Sequence # (123456789-1) which is also the primary key] as individuals may appear multiple times in this table. Periodically (maybe every 3-4 days) it appears that the indices for this table get "corrupted". We repair the database and things are fine again for 3-4 more days.
The front-ends for these users have no delete functionality, only "add" and "edit". What I've noticed on the database before the last repair action was done was a record with all fields showing in the table as "#deleted". As there is no delete options available, I'm trying to determine what that's really trying to tell me.
I'm trying to determine if there's something I'm mishandling in the multi-user environment or exactly what maybe to look for that might be causing an index to get build improperly. There are 40,000+ records in this table and when things get "squirrelly", thus far the repair option has managed to clean things up.
Any wild ideas or thoughts on things I should be considering here? Thanks!!!!