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
 
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