K
kc-mass
I need to set the control source of a listbox in VBA on a subform.
I have tried several variations in the vein of:
Forms!myParentFrm!MySubFrm!myListBox = "myQuery"
Forms!myParentFrm!MySubFrm.Controls!myListBox = "myQuery"
Search of the web reveals nothing.
Any good ideas?
Thx
Kevin
I have tried several variations in the vein of:
Forms!myParentFrm!MySubFrm!myListBox = "myQuery"
Forms!myParentFrm!MySubFrm.Controls!myListBox = "myQuery"
Search of the web reveals nothing.
Any good ideas?
Thx
Kevin