Recently, after I run a compact and repair operation on this database, I get a referential integrity error on attempting to add a new record. I then have to export all the tables to a new database, and everything works fine until after the next compact when I immediately get the error again.
The table affected is a junction table that resolves a M2M relationship.
I suspect there is a corrupted record somewhere in the table. Is there a way to check all the records and find any that may be causing that error? Or is there something else that can be causing it? I've double checked and there is no record in the table that should be causing that. It happens if I use data entry form to add the record or if I go into the table and manually try to add the 2 FK IDs from the parent tables.
The database is a multi-user split application with the back end on a shared drive and front ends on each user's PC.
Thanks!
The table affected is a junction table that resolves a M2M relationship.
I suspect there is a corrupted record somewhere in the table. Is there a way to check all the records and find any that may be causing that error? Or is there something else that can be causing it? I've double checked and there is no record in the table that should be causing that. It happens if I use data entry form to add the record or if I go into the table and manually try to add the 2 FK IDs from the parent tables.
The database is a multi-user split application with the back end on a shared drive and front ends on each user's PC.
Thanks!