D
Danny Nielsen
Hi
I have a form and in this a subform. I want this subform to change during
runtime. Therefore I changes its sourceobject property. No problem so far.
What I further want is to call methods on this subform but because I dont
know its name before runtime (not static) I dont know how to call it!
Normal, you would use
me.subformname.forms.control
but in my case subformname is not a variable, but a string representation.
If it was a form I would use forms("formname string"). Is this kind of
possible with subforms too (and if .. how?)
Thanks in regards
Danny
I have a form and in this a subform. I want this subform to change during
runtime. Therefore I changes its sourceobject property. No problem so far.
What I further want is to call methods on this subform but because I dont
know its name before runtime (not static) I dont know how to call it!
Normal, you would use
me.subformname.forms.control
but in my case subformname is not a variable, but a string representation.
If it was a form I would use forms("formname string"). Is this kind of
possible with subforms too (and if .. how?)
Thanks in regards
Danny