Setting a total height per reccord in a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using info from two tables to print rolodex cards, which are a fixed
height and fixed number per page. My report contains data from two tables:
one table with family contact info (the header), and one table with people in
that family contact info (detail).
So the card would look like this:

Smith
1005 7th St.
-----------------
John 555-1234
Sue 555-2345

How can I set a total height (no more, no less) for each record
(header+detail), regardless of how many family members each family has
(regardless of how many records the detail section has)?
 
Consider removing the detail information from your report's recordsource.
Then create a subreport of the detail (people) information. Add the
subreport to the detail section of your main report and don't allow the
detail section to grow.
 
Back
Top