R
Robert
goodmorning access gods:
how do you get access to give you a "cascading delete warning" if you delete
a record in a "primary" table?
in other words, assume that your database consists of 2 tables: [primary] &
[sub].
the relationships are set up so that access:
1. enforces referential integrity
2. cascades updates for related fields
3. cascades delete related records
is there a way to warn a user that if he/she deletes a record in [primary],
he/she will wind up deleting related records in [sub]. (one of our users
decided to delete all records in [primary] and paste append a large number of
edits back into [primary]. when we looked at [sub], everything was gone!
this could have been prevented if access fed us a warning prior to deleting
the record in [primary]...we would have remembered to change the relationship
settings.
thanks in advance,
how do you get access to give you a "cascading delete warning" if you delete
a record in a "primary" table?
in other words, assume that your database consists of 2 tables: [primary] &
[sub].
the relationships are set up so that access:
1. enforces referential integrity
2. cascades updates for related fields
3. cascades delete related records
is there a way to warn a user that if he/she deletes a record in [primary],
he/she will wind up deleting related records in [sub]. (one of our users
decided to delete all records in [primary] and paste append a large number of
edits back into [primary]. when we looked at [sub], everything was gone!
this could have been prevented if access fed us a warning prior to deleting
the record in [primary]...we would have remembered to change the relationship
settings.
thanks in advance,