Secretgeek
Technical User
I've checked out other similar threads but haven't found anything that seems to match close enough.
Basically I have a subform that is used as a 'Status updates' notation area with each note occupying one record on the subform along with the status itself, the date and the user name of the person that created the note.
The date and user name are entered programatically and can't be changed.
My question is how do I stop amendments being made to the 'Status Notes' and 'Status' boxes once they have been entered.
Ideally the lock should only come into effect once the user leaves the main form as this would allow them to make changes if required e.g. spellchecking, amending etc.
I've got as far as knowing that this will have something to do with setting the 'Lock' property but I don't know how to distinguish between a new record and an existing one.
Thanks in advance for your help.
Basically I have a subform that is used as a 'Status updates' notation area with each note occupying one record on the subform along with the status itself, the date and the user name of the person that created the note.
The date and user name are entered programatically and can't be changed.
My question is how do I stop amendments being made to the 'Status Notes' and 'Status' boxes once they have been entered.
Ideally the lock should only come into effect once the user leaves the main form as this would allow them to make changes if required e.g. spellchecking, amending etc.
I've got as far as knowing that this will have something to do with setting the 'Lock' property but I don't know how to distinguish between a new record and an existing one.
Thanks in advance for your help.