From a form, I am opening a form that has two subforms and one of the subforms also has a subform. I don't want any of the forms to be editable. I am opening the form with:
DoCmd.OpenForm sDOCNM, , , sLINKCRIT, acFormReadOnly
I can edit the form.
I have tried the following code on both...