Preview Maximized

S

Steve

I have several reports that I would like users to preview before printing.
When pulling up a report using acpreview, the report appears in a sized
window. Is there a way to have the report appear maximized all the time?

thanks
 
F

fredg

I have several reports that I would like users to preview before printing.
When pulling up a report using acpreview, the report appears in a sized
window. Is there a way to have the report appear maximized all the time?

thanks

Code each report's Open event:
DoCmd.Maximize
 
Top