How can I write-protect a record in a "input from" from overwriting after this field / record has been input. So, if this field is not empty, protect it from overwriting ... and if empty, allow man to record a data into this field. Thanks in advance
On the AfterUpdate() event of the control you could set the focus to another control and then use the Enabled and Locked properties of the control you wish to protect.