Simple report question

G

GB

Hello,
I created a report with data source based on simple query which returns 10
records.
I put appropriate controls (text boxes) for each field of the query in
Detail section of the report.
When I run the report it creates separate page for each record of the query.
How can I get all records on one page?

Thanks,
GB
 
G

Guest

What is the height of your detail section? How about the other report
sections? Did you set any properties to force a new page before or after
sections? Did you add any page break controls?
 
M

Marshall Barton

GB said:
I created a report with data source based on simple query which returns 10
records.
I put appropriate controls (text boxes) for each field of the query in
Detail section of the report.
When I run the report it creates separate page for each record of the query.
How can I get all records on one page?


Make sure the detail section's Height is no more than
needed.

Also make sure the detail section's ForceNewPage property is
set to None.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top