Bentleybelle
Registered User.
- Local time
- Today, 08:18
- Joined
- Feb 22, 2004
- Messages
- 53
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 I set the Form property Allow Edits to No, it locks the whole form and does not allow the user to go back and complete other fields where the info was unknown at the original time. Any help please?