G
Guest
Hi all, I have a mainform, then there is a subform within a page Tab-control.
How do I, using VBA, change the source object of the subform? I have tried
open the mainform as acdesign, and use
forms!mainform.mysubform.form.sourceobject="newsource"
and it failed to make the change. Any help is appreciated. Thanks.
How do I, using VBA, change the source object of the subform? I have tried
open the mainform as acdesign, and use
forms!mainform.mysubform.form.sourceobject="newsource"
and it failed to make the change. Any help is appreciated. Thanks.