Multiple Records with the Same Name

A

Access Novice

I am creating a report that shows the winning bidders for a silent auction -
some of whom may be buying more than one item.

I have figured out how to create the report that creates a separate page for
each bidder, however it shows only one auction item per page. How do I get
all the items that bidder bought on the same page (to hand out to the
winners)?

Thanks
 
R

Rick B

Would all depend on your structure. I'd assume your report contains all the
items. Just sort and group by "Winner" and include a page break and a group
header. In the header include the person't name and any other information
you may have. In the detail section include the other details for each
record.

You could also include a group fotter to show the total for all the detail
lines if you have the winning bid as one of your fields.

Rick B
 
Top