Printing Multiple Lines

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

Guest

I have a database that tracks events. It lets me assign multiple employees to the event. When I print a report of the events and employees assigned it prints multiple lines, ie: 2 employees assigned info prints 2 times, etc. I want the report to list the event once with all employees assigned. The report is based on a query.
 
Laurie, anyone trying to help will probably need more
information, however, basically I think you need to modify
the report to include some grouping with group headers
etc. You may want to look into that.
Hope this gets you going in the right direction.
Fons
-----Original Message-----
I have a database that tracks events. It lets me assign
multiple employees to the event. When I print a report of
the events and employees assigned it prints multiple
lines, ie: 2 employees assigned info prints 2 times, etc.
I want the report to list the event once with all
employees assigned. The report is based on a query.
 
Back
Top