I built a report in Access that is too wide for the standard copy paper (even after adjusting the margins to 0'. and reformatting the actual report itself). Basically, I am looking for a "shrink to fit" option, but it doesn't appear to exist.

Is there a way to make my report fit onto one page without exporting the document to another format? Or will I actually have to purchase some bigger paper?

Thanks

link|improve this question

Is it too wide for landscape mode? – HansUp Aug 9 '11 at 16:41
Yes, it's just a little too wide, even with the margins zeroed out. Is there a way to shrink the fields down automatically? – sad dog Aug 9 '11 at 18:08
You could use VBA to open a report in design view, iterate through its controls collection, and change the font sizes and control widths as appropriate. But your code would also have to re-position the controls to consolidate the saved space. That all seems like WAAAAY too much work IMO. My approach is simplistic. If I want a report to fit page width, design it that way. I don't want to fiddle with report design attributes at run time. – HansUp Aug 9 '11 at 18:32
feedback

2 Answers

up vote 1 down vote accepted

Such an option does not exist. Butwhat about printing to PDF ? I think Acrobat has an option to automatically rotate and adjust to your paper.

link|improve this answer
I tried this, but since the pages are cut off in the report, when you PDF them, they are still cut off, only now they are in PDF format. – sad dog Aug 9 '11 at 18:09
But if you change the paper setup in the orininal report, they shouldn't be cutoff !? – iDevlop Aug 9 '11 at 20:17
feedback

Does the option exist to reduce the size of all the elements so that the report does fit on one page normally? I mean, reduce the font size, reduce the field sizes; but not to the point that either the text is unreadable - or the fields start cutting your output off?

Sometimes the best way is to format the report around the idea that you will need to print it off on a normal sheet of paper first, then expand it from there if you find you have too much white space.

Just my $0.02 though, your mileage may vary.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.