I have a mixture of tables, a [People] table that holds information as well as a [Meeting] table that holds information specific to the person and what they did that day. I have created a query to allow me to select a range of dates from [Meeting] for all [People]. I need to create a summary report over [People] so that it only lists a single record in the detail per person, totalling some fields inside the [Meeting] (i.e. Points, etc) table.
What do I need to do to create a summary report so that it will summarize multiple records before printing?
Thanx in advance,
aowen
What do I need to do to create a summary report so that it will summarize multiple records before printing?
Thanx in advance,
aowen