It is easy to create a string representing a form name and use it to address a Form using the format Forms("formname"), where a string (e.g. strFormname) can be constructed elsewhere and substituted as Forms(strFormname). However, there is no construct to address a subform in the same manner. The format is
Forms("formname").SubFormName.etc. Is there a way to use a string constructed elsewhere representing SubFormName to address a subform and change the subforms properties?
Thanking you in advance
Forms("formname").SubFormName.etc. Is there a way to use a string constructed elsewhere representing SubFormName to address a subform and change the subforms properties?
Thanking you in advance