The INSERT statement conflicted with the FOREIGN KEY constraint "FK_member_patient_member_status" (of table x). The conflict occurred in database "D" table "y".
I want to INSERT the STATUS field of table y into table x but it gives this error because table x has this above mentioned FK (and table y does not have it as a PK or FK or any field for that matter)
As I understand it it couldnt reference it? I do not have rights to change FK's and PK's on system. What should I do to fix this?