Subject prevent deletion of a record
Author zifnabbe
Hi,

How can I prevent that a certain record will be deleted from a table
(table1) as long as in other tables (table2) there is still a
reference to the PK of this record.

I thought this was possible with Foreign keys, but it seems I can
only set how the still existing records (table2) have to change.

Thanks, Tom.