Code report to open maximized

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

Guest

In Office 2003, I would like to have my report open maximized, how can I code
this in VBA? - I'm presuming this can be done from the Open_Report event
function?

Please post example code.

Thanks.
 
add the following line right after your open report line

DoCmd.Maximize


Daniel
 

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