Large report

D

dave

needs to create a report with many pages based on many tables.; too big for
wizard or query
 
R

Rick B

What is your question? We need a specific question. How many controls do
you want on this report? What is your table structure? Have you tried to
build it from scratch? Personally, I never use the wizard to build a
report. They normally look awful and don't do what I need them to do.
 
A

Al Camp

Dave,
Create a new report manually, using Report New/Design. Use the
RecordSource property of the report to create or call the query/s you need,
and then manually place your fields on the report.
Wizards are severly limited... learn to do it manually, and you'll never
regret it.
hth
Al Camp
 
Top