Exporting a report with group to excel same as Crystal Report.

M

Marjaneh

I would like to export my report which contains 4 groups layer to an excel
format without showing all the groups! Exactly the way Crystal Report does.
Could anybody help me with that?
Thanks,
Marji
 
B

Baz

You should consider exporting the query that underlies the report (that is,
the report's RecordSource) rather than the report itself.
 
Top