D Dan Oct 21, 2003 #1 Is there a way to disable all fields on a form with the click of a command button? Dan
A Allen Browne Oct 21, 2003 #2 You could set the form's AllowEdits property to No. That will disable even the unbound controls.