report layout

F

firecop1

Hi All
I have a report with a few short fields and a then a memo field that can
span from 1-3 or more pages depending on the incident.

I tried using a page break to insure that each record within the report will
start on a new page. This works fine but the problem is that I am getting a
blank page between each page of the report.

How and what do I have to adjust to correct the problem.

Also, I would like to place a button on my form that will enable me to print
a report on the current record only. How would I do this?

Thanks to all in advance for your help.

AJ
 
P

PC Datasheet

Open the toolbox and place a page break below the bottom control on the your
report's detail section.
 
F

firecop1

I dont have any controls in my detail section as when I had them in tehir it
made it worse. I have all the controls up in the header which keeps them
together on the page although I get a blank page between each page (not each
record but each full page of info.\).
 
P

PC Datasheet

Suggest you start over and use the report wizard to build your report. Then
put a page break control below the last control in your report. It should be
directly below the last control with no or little space between the control
and page break.
 
Top