R Rick V. Sep 3, 2003 #1 Once you save a record, how can you lock it so that the user can't mistakingly change the record? I am runnig Access 2000.
Once you save a record, how can you lock it so that the user can't mistakingly change the record? I am runnig Access 2000.
C Cheryl Fischer Sep 3, 2003 #2 If what you want to do is add new records but not edit existing records, you can set the Allow Edits Property of your form to No. hth,
If what you want to do is add new records but not edit existing records, you can set the Allow Edits Property of your form to No. hth,
R Rod Scoullar Sep 3, 2003 #3 If you are referring to preventing the user changing data on a form you can lock individual fields on the form by changing the Locked property to true or prevent changes to any data on the form by changing the form AllowEdits property to false.
If you are referring to preventing the user changing data on a form you can lock individual fields on the form by changing the Locked property to true or prevent changes to any data on the form by changing the form AllowEdits property to false.