J
Jerry McNabb
I have built an Access database that has as its primary table tblAlumnus. The
form frmPersonal is used to add and edit the record. It provides a command
button to link to the form frmContact to maintain the contact information;
however, in frmContact, all the fields are protected. The form properties are
set as follows:
Recordset Type = Dynaset,
Allow Edits = Yes,
Allow Deletions = Yes,
Allow Additions = Yes,
Data Entry = No, and
Record Locks = No Locks.
I have tried opening frmContact without frmPersonal and by using frmPersonal
and then closing frmPersonal after I am in frmContact, but neither unprotects
the fields.
Why?
form frmPersonal is used to add and edit the record. It provides a command
button to link to the form frmContact to maintain the contact information;
however, in frmContact, all the fields are protected. The form properties are
set as follows:
Recordset Type = Dynaset,
Allow Edits = Yes,
Allow Deletions = Yes,
Allow Additions = Yes,
Data Entry = No, and
Record Locks = No Locks.
I have tried opening frmContact without frmPersonal and by using frmPersonal
and then closing frmPersonal after I am in frmContact, but neither unprotects
the fields.
Why?