JennyPeters
Programmer
Hi,
This is tricky!
I have a subform that needs to be repeated on a form 3 times. I can make an instance of this subform:
Dim mySub as New Form_frmShiftData
...but can't make this form appear in any way on the main form. I know I can change sourceobject of a subform object on the main form, but that's just a string name, and not the instance of the subform itself.
Any ideas?
Thanks,
jenny
This is tricky!
I have a subform that needs to be repeated on a form 3 times. I can make an instance of this subform:
Dim mySub as New Form_frmShiftData
...but can't make this form appear in any way on the main form. I know I can change sourceobject of a subform object on the main form, but that's just a string name, and not the instance of the subform itself.
Any ideas?
Thanks,
jenny