C
Craig Ugoretz
Hello,
It is certainly possible in Microsoft Access to specify that delete
operations be cascaded, i.e. if there is a relationship between tables, a
record is deleted from a table, and records in other tables depend on the
deleted record, then those records get deleted too. What if I want to report
to my database's user which records would be involved in a cascaded delete
before the delete takes place to give them a choice to continue or not? Is
there a way to do this automatically through Mircosoft Access or by "hooking
in" to internals of the program instead of having to figure out the SQL for
cascading deletes myself in order to display the affected records in a form
or report to give the user a choice?
It is certainly possible in Microsoft Access to specify that delete
operations be cascaded, i.e. if there is a relationship between tables, a
record is deleted from a table, and records in other tables depend on the
deleted record, then those records get deleted too. What if I want to report
to my database's user which records would be involved in a cascaded delete
before the delete takes place to give them a choice to continue or not? Is
there a way to do this automatically through Mircosoft Access or by "hooking
in" to internals of the program instead of having to figure out the SQL for
cascading deletes myself in order to display the affected records in a form
or report to give the user a choice?