List and Reports

  • Thread starter Thread starter Jaime
  • Start date Start date
J

Jaime

I have a record that has a list of items attached to it.
When I do a report I want the items of the list to display
horizontally for each record.
Rather than vertically.

Can this be done?

Thanks
 
Jaime said:
I have a record that has a list of items attached to it.
When I do a report I want the items of the list to display
horizontally for each record.
Rather than vertically.

Depends on what you mean by "list of items". If it's a
bunch of values in another table in a one to many
relationship with your main records, then you'll have to use
a function to construct the string of items. There's
several out there on the web that you could search for
(Google). Here's one to get you started:
http://www.mvps.org/access/modules/mdl0004.htm
 
Back
Top