I have two subforms displayed at the same time within one parent form (they are unbound). In both subforms, I have drop-down combo boxes to change the record source of the respective form (through VBA).
What I would like to do is when an item in the combo box in any of the subforms is selected (changing the record source), the record source in the other subform changes as well. I don't think I can refer to a subform directly from another subform. Is there any possible way to pull this off?
I have thought of putting the controls in the parent form to control the record sources of the unbound child subforms. Would that be the best thing to do instead?
What I would like to do is when an item in the combo box in any of the subforms is selected (changing the record source), the record source in the other subform changes as well. I don't think I can refer to a subform directly from another subform. Is there any possible way to pull this off?
I have thought of putting the controls in the parent form to control the record sources of the unbound child subforms. Would that be the best thing to do instead?