Okay, here is my problem, I have a systems table with systems, category, type and designation fields about 500 records. The category, type and designation are just a number like 01, 02, 03. Then we have a category, type and designation table with addition fields holding descriptions and such about the specific categories, types,and designations. So there is a one to many relationship between the category, type and designation table to the systems table. I need to update the systems table but i am getting the following error:
INSERT statement conflicted with COLUMN FOREIGN KEY constraint
I just need a general idea of how to update a table or group of tables like this. Thank you.
INSERT statement conflicted with COLUMN FOREIGN KEY constraint
I just need a general idea of how to update a table or group of tables like this. Thank you.