Sub Form child link updated when main form combo selection is made

  • Thread starter Thread starter karen scheu via AccessMonster.com
  • Start date Start date
K

karen scheu via AccessMonster.com

I have a main form that contains an unbound combo box containing an order
number. I have a subform that is linked to the main form by order number.
How do I refresh the subform once the order number is selected from the
combo box on the main form?

Thanks,
Karen
 
You can use the reference to the ComboBox as the LinkMasterFields of your
Subform Control and the Subform will be requeried when the ComboBox value is
changed.
 
Back
Top