combobox in form but not subform

  • Thread starter Thread starter NetworkTrade
  • Start date Start date
N

NetworkTrade

Access2003 the combobox was added into Form-S using the wizard option to
find/display the record selected....and this combobox/form works standalone.

....but when this Form-S is inserted as a subform, then the same combobox
selection does not trigger/display any record in the subform...

what is the relationship to the main form doing to prevent the combobox from
performing?
 
Make sure that references to the subform are correct. When you add a form
as a subform, references to it must include the parent form -
Forms!parentform!subform.Form!subformcontrol.controlproperty
 
Back
Top