Hi,
The problem is I would like to use Cascade-to-Null relationship which can be done using nice code by Allen Browne http://allenbrowne.com/ser-64.html, but within one table. For instance in a table "Empoyees" which has a field "RepotsTo" that refers to another employee in a same table. I don't want to delete empoyees by deleting a supervisor!
Thanks.
The problem is I would like to use Cascade-to-Null relationship which can be done using nice code by Allen Browne http://allenbrowne.com/ser-64.html, but within one table. For instance in a table "Empoyees" which has a field "RepotsTo" that refers to another employee in a same table. I don't want to delete empoyees by deleting a supervisor!
Thanks.
Comment