Two column report format

TimTDP

Registered User.
Local time
Today, 23:10
Joined
Oct 24, 2008
Messages
213
In Access 2010 I have created a 2 column report. I have a grouping on a field called "PrintType" The data gets displayed like this:

PrintType..........data
data..................data
data..................PrintType
data..................data

I want the report to display as follows:
PrintType.......PrintType
data...............data
data
data
data
data

How do I do this?

Many thanks
 
Tim, I don't follow. Perhaps you can show us a screenshot of your current report and a spreadsheet of how you would like it.
 
Many thanks

Attached

AccessReport is what I get in Access
HowIWantIt is what I want it!

The graphics only show 2 print types. Please bear in mind that at run time the number of print types could be 1,2,3,4 or 5. And could increase in the future. It is not a given that all print types are shown at the same time. i.e a report may have print types:
* 1
*1,2 3
* 2,5
* 2,3,4

Thanks very much
 

Attachments

  • HowIWantIt.JPG
    HowIWantIt.JPG
    17.6 KB · Views: 173
  • Access Report.JPG
    Access Report.JPG
    18.3 KB · Views: 168

Users who are viewing this thread

Back
Top Bottom