Solved Show report with two columns in Report view and PDF

Cris VS

Member
Local time
Today, 16:52
Joined
Sep 16, 2021
Messages
75
Hello, I have a report with few columns but plenty of rows and I would like to display it in two columns. When I choose the format in "Page setup" it applies it only to the printable view, but I would like to know if it is possible to have it always displayed in two columns (in report view or when I export it to PDF). Thanks!
 
it is possible using OutputTo() function of DoCmd object.
 
did u set the page setup to 2 columns?
 
it is possible using OutputTo() function of DoCmd object.
I am using this method to export the report, but the one I want to set to 2 columns is a subreport of this one... How can I use it?
 
Report view is more like "web" view. It does not paginate. Therefore, you can't wrap columns.
 

Users who are viewing this thread

Back
Top Bottom