I am entering test data into my db, just to test it out. I am glad that I did since, I have found several inconsistencies (errors if you will). The first table
let us call it personnel table obviously has a primary key and a many foreign keys that are connected to primary keys in other tables.
Now I am entering some data to show db operation and to see if it works. It has been easy until I get to a foreign key. Then it generates an error that says
You cannot change a record because a related record is required in tables "tblOrg".
Yes, the foreign key is in tblPersonnel and the primary key is in tblOrg.
But you must start entering data somewhere and the tblPersonnel is where I chose to start.
However, if there is a foreign key there and I enter data it generates the above entry. So how do I overcome this.
Must I enter data (actually the same data) into the table with the primary key first? is there another way?
Any help appreciated. Thanks in advance.
Respectfully,
Lou_Reed