Placing Information in sequential order

R

retyler

I am trying to create a report that displays information from a particular
field and I would like the results to be displayed in a row instead of a
column. An example would be I have a group of words that are each four
letters long, and currently for each result from the query it moves down to
the next row to print the result. I would rather have the result from the
query print to the next column on the same row. I would also like to be able
to add characters before and after each word. Is it possible to create a
report that will print the results horizontal (via rows) instead of vertical
(via a column)?
 
D

Duane Hookom

You could use a multi-column subreport to display the information. Otherwise,
you might search google on my name and concatenate for a function that
creates a string of the "child" records.
 
K

KARL DEWEY

Post your database structure showing table and field names with datatype, and
sample data. Also show how you want that sample data to look in the report.
 
R

retyler

Duane,

Thanks for the information.

Duane Hookom said:
You could use a multi-column subreport to display the information. Otherwise,
you might search google on my name and concatenate for a function that
creates a string of the "child" records.
 

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