How do I list multiple records on a report?

D

DJ in Dallas

I have a report that I would like to list mutiple entries for the same date.
What property do I need to set so that all of the entries will be printed on
the report?
 
R

Rick B

The report is based on a table or query. Just make sure that the table or
query includes the record you want to see.

If you use a query, it is much easier to control what data is used.
 
Top