I have a problem when making a relationship between two tables in sql server 2012. How can I resolve this?
Table 'tbl_chkrecebbing' saved successfully
Table 'tbl_chkitens'
- Can not create 'FK_tbl_chkitens_tbl_chkrecebimento' relationship.
The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_tbl_chkitens_tbl_chkreceived". The conflict occurred in the database "USERS", table "dbo.tbl_chkrecebimento", column 'ID_CKL'.