G
Guest
Is it possible in a Properties window to determine what the "CONTROL" in the
following statement is?
"Subform1 is the name of the subform CONTROL on mainform"?
How do I know what box is a SubFormControl box on a Main form?
I've been told:
SubForms are displayed on forms by putting them in SubFormControls.
SubFormControls are for displaying Forms on other Forms. Most of the time
the developer doesn't change the name and I think the default name is the
same of the SubForm, but it doesn't have to be! At any rate the
SubFormControl has it's own name and the the form displayed within it (the
SubForm) has another name, that can be the same if you so choose.
Thank you for your help
following statement is?
"Subform1 is the name of the subform CONTROL on mainform"?
How do I know what box is a SubFormControl box on a Main form?
I've been told:
SubForms are displayed on forms by putting them in SubFormControls.
SubFormControls are for displaying Forms on other Forms. Most of the time
the developer doesn't change the name and I think the default name is the
same of the SubForm, but it doesn't have to be! At any rate the
SubFormControl has it's own name and the the form displayed within it (the
SubForm) has another name, that can be the same if you so choose.
Thank you for your help