My database contains a form (Form1) with one combo box (Combo0) and a subform.
The combo box datasource is a table with two fields: Criteria, CriteriaForm.
CriteriaForm is the name of the form that I would like to have populate the subform on the form.
So, restating, when the user selects a value in the combo box, I would like for the subform to be populated by the form named in the bound column of the combo box.
How do I do this?
Thanks,
Caryn
The combo box datasource is a table with two fields: Criteria, CriteriaForm.
CriteriaForm is the name of the form that I would like to have populate the subform on the form.
So, restating, when the user selects a value in the combo box, I would like for the subform to be populated by the form named in the bound column of the combo box.
How do I do this?
Thanks,
Caryn