Hello,
I have two tables, tblStaff and tblSales
I have a foreign key constraint in the form of a one to many relationship from tblStaff to tblSales. Problem is that when i try to delete a record from tblStaff, i get an error message saying that it conflicts with the foreign key constraint.
I know that this IS supposed to happen, but how do i go about deleting a member of staff then ??
Thanks
I have two tables, tblStaff and tblSales
I have a foreign key constraint in the form of a one to many relationship from tblStaff to tblSales. Problem is that when i try to delete a record from tblStaff, i get an error message saying that it conflicts with the foreign key constraint.
I know that this IS supposed to happen, but how do i go about deleting a member of staff then ??
Thanks