Print Records Horizontally

T

Tim

Is there a way to print records horizontally on a
report? For example, I have a report similar to this:

Grouping1
Record1
Record2
Record3

and I would like it to look like this:

Grouping1
Record1 Record2 Record3

Thanks in advance for your help.
Tim
 
D

Duane Hookom

You can use a multi-column subreport of the records and place it on a main
report that contains only the unique Groupings. Another option is to
concatenate the records. There is a sample file at
http://www.rogersaccesslibrary.com/OtherLibraries.asp. Look for Generic
Function To Concatenate Child Records (46 KB) .

_____________
Duane Hookom
MS Access MVP
 
T

Tim

I couldn't get the subreport to work the way I wanted it
to, but the sample file that you pointed me to was
exactly what I needed. Thanks for your help.

Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top