Can i change my data flow in Access report from left to right?

Tumoz

Board Regular
Joined
Mar 9, 2015
Messages
68
I need help with my Access report template.
I don't want to print 300 pages, to cut down the size.

Can I change report template information listing/flow from left to right?
Normally data goes from top to bottom.

Current:
Information a
Information b
Information c
Information d

<tbody>
</tbody>

What i want:
Information aInformation b
Information cInformation d
Information eInformation f
Information gInformation h

<tbody>
</tbody>

I am pretty new to Access, please help! :eek:

Edit: I am trying to execute this
http://www.databasedev.co.uk/multi-column_report.html
 
Last edited:

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
You can download a Microsoft Sample report database and it you will find what you need. Here is the link:

https://support.microsoft.com/en-us/kb/175072

Once you run the .exe file and choose your location to place it in you open it and it will convert to your version. Then once the initial form opens look down the list of the reports for "How to print per line number for Each record group on report". You would then need to look at the design and it should provide you with what you need.

Also think about watching how to do it via youtube.

https://www.google.co.uk/?gfe_rd=cr...rosoft+access+report+multiple+columns+youtube
 
Upvote 0
I need help with my Access report template.
I don't want to print 300 pages, to cut down the size.

Can I change report template information listing/flow from left to right?
Normally data goes from top to bottom.

Current:
Information a
Information b
Information c
Information d

<tbody>
</tbody>

What i want:
Information aInformation b
Information cInformation d
Information eInformation f
Information gInformation h

<tbody>
</tbody>

I am pretty new to Access, please help! :eek:

Edit: I am trying to execute this
Multiple Column Reports in Microsoft Access | Database Solutions for Microsoft Access

Liikes like syou missed the step for:

If we go to File » Page Setup and set the following options:

This is where yiou trun on columns, etc.
 
Upvote 0

Forum statistics

Threads
1,221,841
Messages
6,162,314
Members
451,759
Latest member
damav78

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top