vicdsfbayarea
New member
- Local time
- Today, 03:37
- Joined
- Oct 31, 2010
- Messages
- 9
I'm a relative newby and need a report strategy to assist a non-profit create a report - "annual update" pages that are mailed to their membership once per year. The information for the report (one page per family) is in five tables. The first table is the "household table" and contains address, phone number, etc. The remaining tables contain two or three bits of information about family members - four types of family members in all (e.g. children, non-members in the household, etc.)
There is a hint of a possible strategy in The Missing Manual where a combo box is used and its row source contains a SQL query to a table that is not the basic table used in the report. Were I to use this approach, do I need to have a separate combo box and query for each bit of data I need to extract (e.g. child's name, birthday, email address, etc.) or is there a way that one query can satisfy the extract requirements for the entire row of data? I recognize that I would need to query a second, third and fourth table for the other classifications of people in the household.
Is there a better or cleaner approach?
Your assistance is really appreciated.
Vic
There is a hint of a possible strategy in The Missing Manual where a combo box is used and its row source contains a SQL query to a table that is not the basic table used in the report. Were I to use this approach, do I need to have a separate combo box and query for each bit of data I need to extract (e.g. child's name, birthday, email address, etc.) or is there a way that one query can satisfy the extract requirements for the entire row of data? I recognize that I would need to query a second, third and fourth table for the other classifications of people in the household.
Is there a better or cleaner approach?
Your assistance is really appreciated.
Vic