Subform linked to choice in cbo

  • Thread starter Thread starter Tom Jepors
  • Start date Start date
T

Tom Jepors

I would like to create a subform which would populate
depending on the choice in a combo box at the top of my
form.

The cbo is named cbosite, all the fields to fill are from
the same table. I know this is simple but I dont really
even know how to make a subform.

Thanks for your help

Tom Jepors
 
You can set the Child/Master links for the subform to a control for the
master link. Just put the name of the combo box in the Master link instead
of a field name. The bound column of the combo box will have to be the
column that has the matching values for the Child field link or you will
also have to specify which column of the combo box to use.
 
Back
Top