SubdatasheetExpanded subform

radek225

Registered User.
Local time
Today, 00:41
Joined
Apr 4, 2013
Messages
307
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?
 
are you sure the subform is named: subform?
use the BUILDER to get the path correct.

and that subdatasheetexpanded is in the property when youre in the BUILDER.
 
are you sure the subform is named: subform?
use the BUILDER to get the path correct.

and that subdatasheetexpanded is in the property when youre in the BUILDER.

Yes ofc i used "subform" like an example, my subform is called "Mój monitor zleceń".
Is this possible to use this subdatasheetexpanded to set subform?
 
Ok REALLY don't know why, but today, syntax which I mentioned in my first post, working fine:). THX Ranman256 for your insight
 

Users who are viewing this thread

Back
Top Bottom