Layout

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

Guest

I need some help if anyone has any ideas. I have a preprinted form that I am
trying to generate a report to put the data into when printing. The form is
laid out like this.
1 include margin at top and bottom. Leaving 9 inches in the middle. The data
is broken into 3 sections on the form. Each being 2 inches tall for the boxes
on the form. Then between the boxes is 1 1/2 inches of blank space. I can get
the first 2 to fill in correctly but have not figured out how to get the 3rd
to show up. So basically i have this

1" top margin
2" data box
1 1/2" blank space
2" data box
1 1/2" blank space
2" data box
1" bottom margin.

Any ideas on how to get a report in access to handle this since using a 1"
top margin and a report of 3 1/2 inches will not work since it goes over 11
inches? Any help is appreciated
 
I was able to do this by setting the detail section height to 3 1/2 inches
and then to 2 inches based on the record count in the detail format. I also
had to add a page break and set it to visible after the 3rd record each time
through.
 
Back
Top