I am going insane! I have a two-table db which we (church) use for membership records. I'm working on a printed directory. The Report pulls queried elements and seems to pull correctly from both tables.
Table 1 (Families) contains the information that is common to the entire family (label name, last name, address, home phone, etc. and DOES have a primary key). Table 2 (Individuals) is linked to Table 1 and contains information for the individuals in the family (personal name, cell phone, email, birthday, etc.).
Sorting and display are perfect in a single-column format. When I make it a 2-column print it puts a column break between each individual. Here's my report setup:
Report header - just has logo and "Directory"
Page header is empty
Primary Key Header contains info from Table 1 (Families)...formats fine...prints fine [Grouped on Primary Key - Sorted on Family Name, then Label Name, then HeadofHousehold, then Personal Name]
The Grouping is set to "keep whole group together on one page", but I've tried both options...neither has an impact on this problem.
Detail contains the personal information for individuals within that family (Personal Name, Cell Phone, Email, Birthday)
Primary Key Footer is empty.
Page Footer simply has the page number (x of x)
Report Footer prints the date of print
My settings (the ones I've messed with until I'm nearly blind) on Detail are:
CanShrink Yes
CanGrow Yes
KeepTogether Yes
ForceNewPage None
NewRowOrCol None [although I have tried Before, After and Before & After]
On Primary Key Header:
CanShrink Yes
CanGrow Yes
KeepTogether Yes
ForceNewPage None
NewRowOrCol None [although I have tried Before, After and Before & After]
One Primary Key Footer:
CanShrink Yes
CanGrow Yes
KeepTogether Yes
ForceNewPage None
NewRowOrCol None [although I have tried Before, After and Before & After]
It would appear that I've selected a new column Before the Detail section, because that's where the break is happening. Immediately after the Family details, the first detail is moved to the next column. Each following detail line under the same Primary Key is pushed to the next column. I've made sure my print columns are wider than the report width, so that's not the issue. I've tried changing the Grouping settings (at the bottom), and the Detail's KeepTogether, NewRowOrCol and CanShrink/CanGrow.
Please help! I'm at the end of reading page after page of advice on other forums and Microsoft's site has proven pitiful for this issue.
Screenshot:
![]()