RonMcIntire
Technical User
All:
I am developing a directory using using a query with a FamilyRec table linked to an IndivRec table. The IndivRec table includes a FamRelation field (Head, Spouse, Child, etc) that I'm filtering for each printed field.
I wish to print the directory of each family with Head, Spouse and Children. I understand how to filter varous fields with a recordset of the query in the underlying module of the report but I don't understand how to filter for each FamilyID record. I'm using the Format property in the detail section of the report.
Can anyone help?
Thanks,
Ron
I am developing a directory using using a query with a FamilyRec table linked to an IndivRec table. The IndivRec table includes a FamRelation field (Head, Spouse, Child, etc) that I'm filtering for each printed field.
I wish to print the directory of each family with Head, Spouse and Children. I understand how to filter varous fields with a recordset of the query in the underlying module of the report but I don't understand how to filter for each FamilyID record. I'm using the Format property in the detail section of the report.
Can anyone help?
Thanks,
Ron