J
jubu
Access 2000.
Brief overview of database: Family table connected to Child table using
FamilyID (one to many); also connected to a Service information table using
FamilyID (one to many). I have a main form for family information with
several subforms.
The Service subform (continuous form) has a combo box for a name field where
the user selects the first name of the appropriate child for which the
service is provided. Since the subform is linked to the main form using the
FamilyID, I would like the combo box to use that FamilyID to populate the
combo box with only the names of the children for that family and change
automatically as they move to a different family record.
I have tried the filter and requery suggestions from
www.mvps.org/access/forms/frm0028.htm but with no success. Is it because I
am in a subform? Any ideas would be GREATLY appreciated.
TIA
jubu
Brief overview of database: Family table connected to Child table using
FamilyID (one to many); also connected to a Service information table using
FamilyID (one to many). I have a main form for family information with
several subforms.
The Service subform (continuous form) has a combo box for a name field where
the user selects the first name of the appropriate child for which the
service is provided. Since the subform is linked to the main form using the
FamilyID, I would like the combo box to use that FamilyID to populate the
combo box with only the names of the children for that family and change
automatically as they move to a different family record.
I have tried the filter and requery suggestions from
www.mvps.org/access/forms/frm0028.htm but with no success. Is it because I
am in a subform? Any ideas would be GREATLY appreciated.
TIA
jubu