I want to create a form using a table that I created but the foreign key is from the primary key of a locked table. Is this possible to do? If so how? When I create a form it does not allow me to make edits. I don't want to change the information from the locked table but I need the primary key to relate the extra information needed to be entered in the separate table.
The table locked is tblChild, and the primary key is ChildID, the form is frmChildDataEnt ry, and the other table that I created is tblFamily. I want the name of the child, and DOB to display but not for edit, and then I want to be able to add the Legal guardian, Foster Parents, Mother, Father...etc... .Is this possible?
The table locked is tblChild, and the primary key is ChildID, the form is frmChildDataEnt ry, and the other table that I created is tblFamily. I want the name of the child, and DOB to display but not for edit, and then I want to be able to add the Legal guardian, Foster Parents, Mother, Father...etc... .Is this possible?
Comment