How do I get a report window to open in Maximize view automatic?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report set to open using a command prompt in a form. The report
does not open in a full window, the user has to click on the maximize button.
 
After the OpenReport statement (and provided that you are not using acDialog
mode), add the following statements:

DoEvents
DoCmd.Maximize

--
HTH
Van T. Dinh
MVP (Access)



lbradley said:
I have a report set to open using a command prompt in a form. The report
does not open in a full window, the user has to click on the maximize
button.
 
Van T. Dinh said:
After the OpenReport statement (and provided that you are not using acDialog
mode), add the following statements:

DoEvents
DoCmd.Maximize

--
HTH
Van T. Dinh
MVP (Access)




button.


Will this also work when I open an Access DB initially?

As it is, I have to click on the Maximize button as soon as the DB is
opened, then everything is opened maximized for the rest of the session. But
next time I open Access, I have to click on the Maximize button again.

Not a problem.......... Just annoying.

Thanks, Jim
 

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

Back
Top