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
Wayne Morgan - 04 Mar 2005 23:06 GMT
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.

Signature
Wayne Morgan
MS Access MVP
>I would like to create a subform which would populate
> depending on the choice in a combo box at the top of my
[quoted text clipped - 7 lines]
>
> Tom Jepors