brianpercival
Programmer
a very simple q.
I have a table A, table B connected by a one-to-many (respectively). And referential integrity is enforced. (no cascade delete).
Now when I try to delete a record from A, it fails saying records in tableB are referring to this. How do I work around this? Something like, i should be able to delete the record and perhaps make the corresponding field in the record in table B as blank? How can I Do it in access?
regards,
Brian
I have a table A, table B connected by a one-to-many (respectively). And referential integrity is enforced. (no cascade delete).
Now when I try to delete a record from A, it fails saying records in tableB are referring to this. How do I work around this? Something like, i should be able to delete the record and perhaps make the corresponding field in the record in table B as blank? How can I Do it in access?
regards,
Brian