R
rmcompute
I developed an application which runs several reports. When a report opened
it remained minimized so I put a command in the open event of each report:
DoCmd.Maximize
This solved one problem, however, the report still does not fill the entire
screen until the report is clicked after it is displayed. Is there a way to
do this programatically so that when a report is opened, it not only
maximizes, but fills the entire screen without the user having to click on it
?
it remained minimized so I put a command in the open event of each report:
DoCmd.Maximize
This solved one problem, however, the report still does not fill the entire
screen until the report is clicked after it is displayed. Is there a way to
do this programatically so that when a report is opened, it not only
maximizes, but fills the entire screen without the user having to click on it
?