I need to lock all the controls on a invoice form. I want to use a command button to do this. How can I without having to writing the code for each record??<br><br>Me!"FieldName".Locked=True<br>Me!"FieldName1".Locked=True<br>Me!"FieldName2".Locked=True<br>ect.<br><br>Thanks<br>