I am using a form where I disable editing and use a command button to allow editing. But it only allows editing in the main form and not in the subform. When I try a similar button in the subform, it says it does not recognize the AllowEdits property as an OLE object. Another related problem is that I cannot use or toggle the EDIT button to disable editing again in the main form. I am using a macro to change the AllowEdits property. So how can I more effectively allow and disallow edits in Forms and Suborms?