I’ve got a continuous form that I need to lock or unlock the detail fields depending upon the state of a yes/no
field in the record (represented as a checkbox on the form). I know how to iterate through the fields on the form, but how would I do this for each record in the query on which the form is based? I’ve thought about putting code in the On Current event for each field, but this seems like it would incur a great deal of overhead when moving from record to record. Basically, I need to prevent data modifications in records that have been approved by management, but leave unapproved records unlocked.
Thanks.