I have a form which, once certain data is entered, should not change, I therefore want to be able to lock these fields (one of which is the primary key) in order to prevent the user changing in error. If I set the Locked text box property to Yes, it does not allow me to enter a new record. If...