Hi,
I have a field named 'Locked' (which is a check box) in my form that is bound to the master table.
The checkbox stores TRUE or FALSE in the table.
I would like to lock all control properties in the form and subform (except for the 'Locked' control) automatically when selecting the LOCKED control and on leaving the record.
A simple VBA solution using the event 'after update' would be appreciated.
Thanks