Report with multiple entries per name on each report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create a report that has multiple records per page- I would like
the report to have their name and multiple referrals per name. How do I do
this?
 
That all depends on the structure of your database.

In short, make the "name" a group header, and the "referrals" your details.
 
Create a query that contains your records and then build a report based on
your query.

If you need more direction, provide more specifics.
 
Back
Top