H
Harry
I have an unbound subform in which I want to set its
source object to another bound form or bound subform
depending on the selection in a combo box which triggers
the afterUpdate event
The code I am useing in the afterUpdate event for the
combo box is
Me.subForm.SourceObject = subOtherSubForm
Result is nothing - the source object is not updated with
subOtherSubForm
Thanks
Harry
source object to another bound form or bound subform
depending on the selection in a combo box which triggers
the afterUpdate event
The code I am useing in the afterUpdate event for the
combo box is
Me.subForm.SourceObject = subOtherSubForm
Result is nothing - the source object is not updated with
subOtherSubForm
Thanks
Harry