Hello,
Someone might have asked this question before..but I'll go ahead and ask
anyways.
Is there a way to make a different subform open depending on the selection
chosen from a combo-box?
George Nicholson - 07 May 2008 22:44 GMT
Set the SourceObject property of the control being used to hold the subform:
Me.NameOfControlContainingSubform.SourceObject = Me.NameOfComboBox

Signature
HTH,
George
> Hello,
> Someone might have asked this question before..but I'll go ahead and ask
> anyways.
>
> Is there a way to make a different subform open depending on the selection
> chosen from a combo-box?