How can I print one company per sheet on my reports?

K

Kate

I have a data base containing several hundred vendors and
the products my company buys from them. I've created a
report that lists all the products we have purchased over
the past year sorted by vendor. How can I design the
report so only one vendor appears on a page?
 
F

Fredg

Kate,
Group the report by Vendor (in the Sorting and Grouping dialog)
and then set the Group's ForceNewPage property
to Before Section.
It's on the Group's property sheet Format tab.
 
Top