Sections in Report

T

Ty

I know Crystal reports well, however, not good with
Access reports.

I have a report that works fine. I want to add
another "detail" section. In Crystal you can have
multiple detail sections - can you with Access.

My report is from 2 databases.

Thanks!!

Ty
 
A

Allen Browne

You cannot have multiple detail sections in Access.

You can effectively create one by creating a Group Header (in the
Sorting'n'Grouping dialog - View menu) on the primary key value. This
repeats for every record.

Alternatively, you can create a subreport.
 
Top