I have a 3 forms
MyForm
Subform
subform2
Want to turn off expanded subform2 so I need to set subdatasheetexpanded = false on subform, but when I try to do it from myform then ms access return error that can't find subform
Forms!Myform!subform.form.subdatasheetexpanded = false
Is there any option to correctly set it?
MyForm
Subform
subform2
Want to turn off expanded subform2 so I need to set subdatasheetexpanded = false on subform, but when I try to do it from myform then ms access return error that can't find subform
Forms!Myform!subform.form.subdatasheetexpanded = false
Is there any option to correctly set it?