Subform controlled by a form's listbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form (Persons) that has a listbox (persons_groups); the list box
lists records in a table. The form has a subform (groups_persons); I want the
subform to show only the record selected in the parent form's listbox.

How can I control what records are shown in a subform using the selection
from thej parent form's listbox?
 
Open the form in design view.

Right-click the edge of the subform control, and choose Properties.

On the Data tab of the Properties box, enter the name of the list box beside
Link Master Fields, and the name of the matching field in the subform beside
Link Child Fields.
 
Back
Top