I would like to put a subform on a main form to show the records. And the records on the subform should be controled by a comboBox on the main form,values of which the user can change.
I knew how to display the records on a separate form. The codes look like
DoCmd.OpenForm "FormName",,,"FieldName=" &Me ("ComboName").Value
But how to make the similar function but on a subform?
Thanks a lot!
SwingXH
I knew how to display the records on a separate form. The codes look like
DoCmd.OpenForm "FormName",,,"FieldName=" &Me ("ComboName").Value
But how to make the similar function but on a subform?
Thanks a lot!
SwingXH