I wonder if anyone else has experienced this.
I have two tables linked with cascading updates selected. Somehow, one of my records corrupted (when I opened the table, every field in the record read “Error”). I couldn’t delete the record in the current state so I compacted/repaired the database. When completed, I could then delete and recreate the record. However, something odd happened. The primary keys in the table with the corrupted record vanished. The links also disappeared. As a result, the cascading update feature no longer functioned.
I caught on to the problem and fixed it but I am wondering:
– what could cause the record to corrupt like that and what steps could help prevent it?
– what steps can I take to ensure the primary keys and links don’t disappear?