Window Maximization Report Window

  • Thread starter Thread starter Brad Niemiec
  • Start date Start date
B

Brad Niemiec

I am having a problem getting the report window to open
maximized as either a shortcut on my desktop or from the
general database screen? Any suggestions?
 
Brad Niemiec said:
I am having a problem getting the report window to open
maximized as either a shortcut on my desktop or from the
general database screen? Any suggestions?

In the Open event of your reports...

DoCmd.Maximize

You might then also want this in the Close event...

DoCmd.Restore
 

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