I need a VBA function that will reduce (downscale) all the dimensions of a report.
I create reports with so many horizontal fields (controls), that they do not fit into the width of a standard A4 page.
The result is that Access prints them on two pages wide.
What I do manually is to create the report in a readable size until it displays the data correctly.
Then I select all items in the report manually and reduce their widths and heights by a percentage.
Then I reduce the fonts to an applicable size to fit the new size of controls.
The controls can then be moved left and closer together, to create free space on the right.
Now I can reduce the page width to within paper limits.
Then I compact sections vertically, so that the result is a nicely compressed report.
Access then renders the form one page wide,
Can anyone help me with the code for this tedious manual process please.
Thanks
I create reports with so many horizontal fields (controls), that they do not fit into the width of a standard A4 page.
The result is that Access prints them on two pages wide.
What I do manually is to create the report in a readable size until it displays the data correctly.
Then I select all items in the report manually and reduce their widths and heights by a percentage.
Then I reduce the fonts to an applicable size to fit the new size of controls.
The controls can then be moved left and closer together, to create free space on the right.
Now I can reduce the page width to within paper limits.
Then I compact sections vertically, so that the result is a nicely compressed report.
Access then renders the form one page wide,
Can anyone help me with the code for this tedious manual process please.
Thanks