ElijahNZL27
New member
- Local time
- Tomorrow, 00:03
- Joined
- Nov 19, 2025
- Messages
- 3
Hi Everyone, I am new here.
I have designed a church database with two main tables: tblHousehold and tblPersonal.
tblHousehold contains data specific to a household i.e. family surname, family address, family email, family phone.
tblPersonal contains data specific to the individual persons of the household i.e. individual name, mobile, email, membership status and so on.
The two tables are joined on the field ID_Household. This means that in tblHousehold I can see the subdata - that is - all the individuals within the Household. It's great.
However, any query results in the output of each individual member including their household name in a separate row.
I'm wanting what the Report does - grouping of individuals within the Household name - in a format I can export and then merge into a Word document or something like that.
Does anyone know how I might be able to achieve this please?
Thank you in advance.
Gene
I have designed a church database with two main tables: tblHousehold and tblPersonal.
tblHousehold contains data specific to a household i.e. family surname, family address, family email, family phone.
tblPersonal contains data specific to the individual persons of the household i.e. individual name, mobile, email, membership status and so on.
The two tables are joined on the field ID_Household. This means that in tblHousehold I can see the subdata - that is - all the individuals within the Household. It's great.
However, any query results in the output of each individual member including their household name in a separate row.
I'm wanting what the Report does - grouping of individuals within the Household name - in a format I can export and then merge into a Word document or something like that.
Does anyone know how I might be able to achieve this please?
Thank you in advance.
Gene