Next Detail Record

  • Thread starter Thread starter beavetoots
  • Start date Start date
B

beavetoots

I need to fit as much data on a page as possible. My current detail layout is:
lname1 fname1
lname2 fname2

I need to have it in the following manner:
lname1 fname1 lname2 fname2 lname3 fname3
lname4 fname4 lname5 fname5 lname6 fname6
OR:
lname fname lname4 fname4
lname2 fname2 lname5 fname5
lname3 fname3 lname6 fname6
 
First, try File, Page setup, Columns and set the number of columns you want
and whether you want down and across, etc. Set your margins to minimum so you
can get more on the page. Then at some point you may have to set Force New
Page in properties of the report section to get the pages to not run over.
Force New Page: aftersection or beforesection.
 
Back
Top