Subform linked to choice in cbo

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
 
W

Wayne Morgan

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.
 
Top