Controls participation of the subform in data binding and reference syntax expressions. It is valid only on the root subform.By default, a named subform takes part in data binding and can be referenced using a reference syntax expression. This property allows a subform to be given a name but remain transparent to data binding and reference syntax expressions.Reference_Syntax.scope = “name | none”
• name (default)If the subform has a name it takes part in data binding and reference syntax expressions. Otherwise it does not.
•