G
Guest
Access allows up to seven levels of nested subforms. Is it possible to reference down this far (I only need 3 levels, however)?
I am trying to set AllowEdits = False on all forms and subforms. Unfortunately, I can't seem to reference a 3 level deep subform. Is this possible?
ex. Forms!frmMain!sub1!sub2.Form.AllowEdits = False works fine
Forms!frmMain!sub1!sub2!sub3.Form.AllowEdits = False returns a reference error at runtime
Better yet, is there a way to set AllowEdits to False for all open forms and subforms with one routine
Thanks!
I am trying to set AllowEdits = False on all forms and subforms. Unfortunately, I can't seem to reference a 3 level deep subform. Is this possible?
ex. Forms!frmMain!sub1!sub2.Form.AllowEdits = False works fine
Forms!frmMain!sub1!sub2!sub3.Form.AllowEdits = False returns a reference error at runtime
Better yet, is there a way to set AllowEdits to False for all open forms and subforms with one routine
Thanks!