How to print a field data horizontally?

  • Thread starter Thread starter Kuki
  • Start date Start date
K

Kuki

I want one of the field, but not the whole report to
print the data horizontally, such as

Invoice no
2323
1124
2344
1209
2321
2342
2039

change to

2323 1124 2344
1209 2321 2342
2039

Can I do that in Access?
 
Kuki said:
I want one of the field, but not the whole report to
print the data horizontally, such as

Invoice no
2323
1124
2344
1209
2321
2342
2039

change to

2323 1124 2344
1209 2321 2342
2039


The usual way to do that is to change th report's record
source query to a Totals (Group By) type query and use a
multi-column subreport for the details.
 

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

Back
Top