have to resize reports and ajust zoom in to 100%

J

Jan T.

I have made a db with several reports but when I open up the reports for
viewing,
they are showing up in a much to little window. I almost always have to
ajust the report
document to (zoom) 100% and after that ajust the window size so I can see
the fully
width of the report.

Is there a way to open up a report with document zoom 100% and then having
the window for the report automatically ajust or resize to show the page
width of
the report?

NB The reports will be opened from different PC's.

Thank you for Any suggestions!

Regards Jan
 
M

Marshall Barton

Jan said:
I have made a db with several reports but when I open up the reports for
viewing,
they are showing up in a much to little window. I almost always have to
ajust the report
document to (zoom) 100% and after that ajust the window size so I can see
the fully
width of the report.

Is there a way to open up a report with document zoom 100% and then having
the window for the report automatically ajust or resize to show the page
width of the report?


You can set the size of the report window by adjusting it in
design view and the saving the report.

Alternatively, you can set the report's window size using:
DoCmd.MoveSize ...
The zoom factor can also be set here using:
DoCmd.RunCommand acCmdZoom100
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top